Html Css Color HEX #BB3923 Harley Davidson Orange

📋 copy color: '#BB3923'

red 187 ◦ green 57 ◦ blue 35

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

Shades of Harley Davidson Orange #BB3923

Tints of Harley Davidson Orange #BB3923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.54%

R = 67.03%
G = 20.43%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB3923 (or 0xBB3923) is known color: Harley Davidson Orange. HEX triplet: BB, 39 and 23. RGB value is (187,57,35). Sum of RGB (Red+Green+Blue) = 187+57+35=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3923 is #44C6DC. Grayscale: #5D5D5D. Windows color (decimal): -4507357 or 2308539. OLE color: 2308539.

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

Color convert

RGB 187 57 35 -
CMYK 0 0.70 0.81 0.27
HSL 8.68º 0.68% 0.44% -
HSV(B) 8.68º 0.81% 0.73% -
XYZ 22.26 13.61 3.04 -
YUV 93.36 95.07 194.79 -
System Red Green Blue C M Y K H S L
Decimal 187 57 35 0 0.70 0.81 0.27 8.68 0.68 0.44
Hex BB 39 23 0 46 51 1B 9 44 2C
Octal 273 71 43 0 106 121 33 11 104 54
Binary 10111011 111001 100011 0 1000110 1010001 11011 1001 1000100 101100

Color Harmonies of #BB3923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3923

Black with #BB3923

Text Example


Text Example

White with #BB3923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3923; }

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

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

background-color css

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

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

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

border-color css

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

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

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