Html Css Color HEX #BB230E Harley Davidson Orange

📋 copy color: '#BB230E'

red 187 ◦ green 35 ◦ blue 14

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

Shades of Harley Davidson Orange #BB230E

Tints of Harley Davidson Orange #BB230E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.83%

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

R = 79.24%
G = 14.83%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB230E (or 0xBB230E) is known color: Harley Davidson Orange. HEX triplet: BB, 23 and 0E. RGB value is (187,35,14). Sum of RGB (Red+Green+Blue) = 187+35+14=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB230E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB230E is #44DCF1. Grayscale: #4E4E4E. Windows color (decimal): -4513010 or 926651. OLE color: 926651.

HSL color Cylindrical-coordinate representation of color #BB230E: hue angle of 7.28º 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 #BB230E is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 35 14 -
CMYK 0 0.81 0.93 0.27
HSL 7.28º 0.86% 0.39% -
HSV(B) 7.28º 0.93% 0.73% -
XYZ 21.17 11.8 1.58 -
YUV 78.05 91.86 205.71 -
System Red Green Blue C M Y K H S L
Decimal 187 35 14 0 0.81 0.93 0.27 7.28 0.86 0.39
Hex BB 23 E 0 51 5D 1B 7 56 27
Octal 273 43 16 0 121 135 33 7 126 47
Binary 10111011 100011 1110 0 1010001 1011101 11011 111 1010110 100111

Color Harmonies of #BB230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB230E

Black with #BB230E

Text Example


Text Example

White with #BB230E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB230E; }

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

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

background-color css

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

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

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

border-color css

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

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

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