Html Css Color HEX #BB391F Harley Davidson Orange

📋 copy color: '#BB391F'

red 187 ◦ green 57 ◦ blue 31

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

Shades of Harley Davidson Orange #BB391F

Tints of Harley Davidson Orange #BB391F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.27%

R = 68%
G = 20.73%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB391F (or 0xBB391F) is known color: Harley Davidson Orange. HEX triplet: BB, 39 and 1F. RGB value is (187,57,31). Sum of RGB (Red+Green+Blue) = 187+57+31=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB391F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB391F is #44C6E0. Grayscale: #5D5D5D. Windows color (decimal): -4507361 or 2046395. OLE color: 2046395.

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

Color convert

RGB 187 57 31 -
CMYK 0 0.70 0.83 0.27
HSL 10º 0.72% 0.43% -
HSV(B) 10º 0.83% 0.73% -
XYZ 22.2 13.59 2.75 -
YUV 92.91 93.07 195.11 -
System Red Green Blue C M Y K H S L
Decimal 187 57 31 0 0.70 0.83 0.27 10 0.72 0.43
Hex BB 39 1F 0 46 53 1B A 48 2B
Octal 273 71 37 0 106 123 33 12 110 53
Binary 10111011 111001 11111 0 1000110 1010011 11011 1010 1001000 101011

Color Harmonies of #BB391F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB391F

Black with #BB391F

Text Example


Text Example

White with #BB391F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB391F; }

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

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

background-color css

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

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

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

border-color css

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

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

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