Html Css Color HEX #BB331D Harley Davidson Orange

📋 copy color: '#BB331D'

red 187 ◦ green 51 ◦ blue 29

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

Shades of Harley Davidson Orange #BB331D

Tints of Harley Davidson Orange #BB331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.1%

 BLUE value IS 29 (11.72% from 255) = 10.86%

R = 70.04%
G = 19.1%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB331D (or 0xBB331D) is known color: Harley Davidson Orange. HEX triplet: BB, 33 and 1D. RGB value is (187,51,29). Sum of RGB (Red+Green+Blue) = 187+51+29=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB331D is #44CCE2. Grayscale: #595959. Windows color (decimal): -4508899 or 1913787. OLE color: 1913787.

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

Color convert

RGB 187 51 29 -
CMYK 0 0.73 0.84 0.27
HSL 8.35º 0.73% 0.42% -
HSV(B) 8.35º 0.84% 0.73% -
XYZ 21.9 13.02 2.52 -
YUV 89.16 94.06 197.79 -
System Red Green Blue C M Y K H S L
Decimal 187 51 29 0 0.73 0.84 0.27 8.35 0.73 0.42
Hex BB 33 1D 0 49 54 1B 8 49 2A
Octal 273 63 35 0 111 124 33 10 111 52
Binary 10111011 110011 11101 0 1001001 1010100 11011 1000 1001001 101010

Color Harmonies of #BB331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB331D

Black with #BB331D

Text Example


Text Example

White with #BB331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB331D; }

 p { color: rgb(187,51,29); }

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

background-color css

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

 a { background-color: rgb(187,51,29); }

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

border-color css

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

 span { border-color: rgb(187,51,29); }

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