Html Css Color HEX #BB3213 Harley Davidson Orange

📋 copy color: '#BB3213'

red 187 ◦ green 50 ◦ blue 19

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

Shades of Harley Davidson Orange #BB3213

Tints of Harley Davidson Orange #BB3213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.53%

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 73.05%
G = 19.53%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB3213 (or 0xBB3213) is known color: Harley Davidson Orange. HEX triplet: BB, 32 and 13. RGB value is (187,50,19). Sum of RGB (Red+Green+Blue) = 187+50+19=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3213 is #44CDEC. Grayscale: #575757. Windows color (decimal): -4509165 or 1258171. OLE color: 1258171.

HSL color Cylindrical-coordinate representation of color #BB3213: hue angle of 11.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB3213 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 50 19 -
CMYK 0 0.73 0.90 0.27
HSL 11.07º 0.82% 0.4% -
HSV(B) 11.07º 0.9% 0.73% -
XYZ 21.75 12.89 1.96 -
YUV 87.43 89.39 199.02 -
System Red Green Blue C M Y K H S L
Decimal 187 50 19 0 0.73 0.90 0.27 11.07 0.82 0.4
Hex BB 32 13 0 49 5A 1B B 52 28
Octal 273 62 23 0 111 132 33 13 122 50
Binary 10111011 110010 10011 0 1001001 1011010 11011 1011 1010010 101000

Color Harmonies of #BB3213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3213

Black with #BB3213

Text Example


Text Example

White with #BB3213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3213; }

 p { color: rgb(187,50,19); }

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

background-color css

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

 a { background-color: rgb(187,50,19); }

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

border-color css

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

 span { border-color: rgb(187,50,19); }

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