Html Css Color HEX #BB270B Harley Davidson Orange

📋 copy color: '#BB270B'

red 187 ◦ green 39 ◦ blue 11

#BB270B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BB270B

Tints of Harley Davidson Orange #BB270B

RGB

 RED value IS 187 (73.44% from 255) = 78.9%

 GREEN value IS 39 (15.63% from 255) = 16.46%

 BLUE value IS 11 (4.69% from 255) = 4.64%

R = 78.9%
G = 16.46%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB270B (or 0xBB270B) is known color: Harley Davidson Orange. HEX triplet: BB, 27 and 0B. RGB value is (187,39,11). Sum of RGB (Red+Green+Blue) = 187+39+11=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB270B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB270B is #44D8F4. Grayscale: #505050. Windows color (decimal): -4511989 or 731067. OLE color: 731067.

HSL color Cylindrical-coordinate representation of color #BB270B: hue angle of 9.55º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB270B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 39 11 -
CMYK 0 0.79 0.94 0.27
HSL 9.55º 0.89% 0.39% -
HSV(B) 9.55º 0.94% 0.73% -
XYZ 21.28 12.04 1.52 -
YUV 80.06 89.03 204.28 -
System Red Green Blue C M Y K H S L
Decimal 187 39 11 0 0.79 0.94 0.27 9.55 0.89 0.39
Hex BB 27 B 0 4F 5E 1B A 59 27
Octal 273 47 13 0 117 136 33 12 131 47
Binary 10111011 100111 1011 0 1001111 1011110 11011 1010 1011001 100111

Color Harmonies of #BB270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB270B

Black with #BB270B

Text Example


Text Example

White with #BB270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB270B; }

 p { color: rgb(187,39,11); }

 H1.HeaderClassName
 {
   color: #BB270B;
 }
 .AnyTagClassName
 {
   color: #BB270B;
 }
</style>

background-color css

<style>
 a { background-color: #BB270B; }

 a { background-color: rgb(187,39,11); }

 div.DivClassName
 {
   background-color: #BB270B;
 }
 .BgClassName
 {
   background-color: #BB270B;
 }
</style>

border-color css

<style>
 span { border-color: #BB270B; }

 span { border-color: rgb(187,39,11); }

 td.TdClassName
 {
   border-color: #BB270B;
 }
 .TagClassName
 {
   border-color: #BB270B;
 }
</style>