Html Css Color HEX #BB260E Harley Davidson Orange

📋 copy color: '#BB260E'

red 187 ◦ green 38 ◦ blue 14

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

Shades of Harley Davidson Orange #BB260E

Tints of Harley Davidson Orange #BB260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.9%

 BLUE value IS 14 (5.86% from 255) = 5.86%

R = 78.24%
G = 15.9%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB260E (or 0xBB260E) is known color: Harley Davidson Orange. HEX triplet: BB, 26 and 0E. RGB value is (187,38,14). Sum of RGB (Red+Green+Blue) = 187+38+14=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB260E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB260E is #44D9F1. Grayscale: #505050. Windows color (decimal): -4512242 or 927419. OLE color: 927419.

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

Color convert

RGB 187 38 14 -
CMYK 0 0.80 0.93 0.27
HSL 8.32º 0.86% 0.39% -
HSV(B) 8.32º 0.93% 0.73% -
XYZ 21.27 11.98 1.61 -
YUV 79.82 90.86 204.45 -
System Red Green Blue C M Y K H S L
Decimal 187 38 14 0 0.80 0.93 0.27 8.32 0.86 0.39
Hex BB 26 E 0 50 5D 1B 8 56 27
Octal 273 46 16 0 120 135 33 10 126 47
Binary 10111011 100110 1110 0 1010000 1011101 11011 1000 1010110 100111

Color Harmonies of #BB260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB260E

Black with #BB260E

Text Example


Text Example

White with #BB260E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB260E; }

 p { color: rgb(187,38,14); }

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

background-color css

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

 a { background-color: rgb(187,38,14); }

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

border-color css

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

 span { border-color: rgb(187,38,14); }

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