Html Css Color HEX #BB351F Harley Davidson Orange

📋 copy color: '#BB351F'

red 187 ◦ green 53 ◦ blue 31

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

Shades of Harley Davidson Orange #BB351F

Tints of Harley Davidson Orange #BB351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.56%

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

R = 69%
G = 19.56%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB351F (or 0xBB351F) is known color: Harley Davidson Orange. HEX triplet: BB, 35 and 1F. RGB value is (187,53,31). Sum of RGB (Red+Green+Blue) = 187+53+31=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB351F is #44CAE0. Grayscale: #5A5A5A. Windows color (decimal): -4508385 or 2045371. OLE color: 2045371.

HSL color Cylindrical-coordinate representation of color #BB351F: hue angle of 8.46º 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 #BB351F is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 53 31 -
CMYK 0 0.72 0.83 0.27
HSL 8.46º 0.72% 0.43% -
HSV(B) 8.46º 0.83% 0.73% -
XYZ 22.01 13.21 2.69 -
YUV 90.56 94.39 196.79 -
System Red Green Blue C M Y K H S L
Decimal 187 53 31 0 0.72 0.83 0.27 8.46 0.72 0.43
Hex BB 35 1F 0 48 53 1B 8 48 2B
Octal 273 65 37 0 110 123 33 10 110 53
Binary 10111011 110101 11111 0 1001000 1010011 11011 1000 1001000 101011

Color Harmonies of #BB351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB351F

Black with #BB351F

Text Example


Text Example

White with #BB351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB351F; }

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

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

background-color css

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

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

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

border-color css

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

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

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