Html Css Color HEX #BB230D Harley Davidson Orange

📋 copy color: '#BB230D'

red 187 ◦ green 35 ◦ blue 13

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

Shades of Harley Davidson Orange #BB230D

Tints of Harley Davidson Orange #BB230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 79.57%
G = 14.89%
B = 5.53%

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

#BB230D (or 0xBB230D) is known color: Harley Davidson Orange. HEX triplet: BB, 23 and 0D. RGB value is (187,35,13). Sum of RGB (Red+Green+Blue) = 187+35+13=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB230D is #44DCF2. Grayscale: #4E4E4E. Windows color (decimal): -4513011 or 861115. OLE color: 861115.

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

Color convert

RGB 187 35 13 -
CMYK 0 0.81 0.93 0.27
HSL 7.59º 0.87% 0.39% -
HSV(B) 7.59º 0.93% 0.73% -
XYZ 21.17 11.8 1.54 -
YUV 77.94 91.36 205.79 -
System Red Green Blue C M Y K H S L
Decimal 187 35 13 0 0.81 0.93 0.27 7.59 0.87 0.39
Hex BB 23 D 0 51 5D 1B 8 57 27
Octal 273 43 15 0 121 135 33 10 127 47
Binary 10111011 100011 1101 0 1010001 1011101 11011 1000 1010111 100111

Color Harmonies of #BB230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB230D

Black with #BB230D

Text Example


Text Example

White with #BB230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB230D; }

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

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

background-color css

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

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

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

border-color css

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

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

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