Html Css Color HEX #BB3922 Harley Davidson Orange

📋 copy color: '#BB3922'

red 187 ◦ green 57 ◦ blue 34

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

Shades of Harley Davidson Orange #BB3922

Tints of Harley Davidson Orange #BB3922

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.5%

 BLUE value IS 34 (13.67% from 255) = 12.23%

R = 67.27%
G = 20.5%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB3922 (or 0xBB3922) is known color: Harley Davidson Orange. HEX triplet: BB, 39 and 22. RGB value is (187,57,34). Sum of RGB (Red+Green+Blue) = 187+57+34=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3922 is #44C6DD. Grayscale: #5D5D5D. Windows color (decimal): -4507358 or 2243003. OLE color: 2243003.

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

Color convert

RGB 187 57 34 -
CMYK 0 0.70 0.82 0.27
HSL 9.02º 0.69% 0.43% -
HSV(B) 9.02º 0.82% 0.73% -
XYZ 22.25 13.61 2.97 -
YUV 93.25 94.57 194.87 -
System Red Green Blue C M Y K H S L
Decimal 187 57 34 0 0.70 0.82 0.27 9.02 0.69 0.43
Hex BB 39 22 0 46 52 1B 9 45 2B
Octal 273 71 42 0 106 122 33 11 105 53
Binary 10111011 111001 100010 0 1000110 1010010 11011 1001 1000101 101011

Color Harmonies of #BB3922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3922

Black with #BB3922

Text Example


Text Example

White with #BB3922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3922; }

 p { color: rgb(187,57,34); }

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

background-color css

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

 a { background-color: rgb(187,57,34); }

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

border-color css

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

 span { border-color: rgb(187,57,34); }

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