Html Css Color HEX #BB341F Harley Davidson Orange

📋 copy color: '#BB341F'

red 187 ◦ green 52 ◦ blue 31

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

Shades of Harley Davidson Orange #BB341F

Tints of Harley Davidson Orange #BB341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

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

R = 69.26%
G = 19.26%
B = 11.48%

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

#BB341F (or 0xBB341F) is known color: Harley Davidson Orange. HEX triplet: BB, 34 and 1F. RGB value is (187,52,31). Sum of RGB (Red+Green+Blue) = 187+52+31=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB341F is #44CBE0. Grayscale: #5A5A5A. Windows color (decimal): -4508641 or 2045115. OLE color: 2045115.

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

Color convert

RGB 187 52 31 -
CMYK 0 0.72 0.83 0.27
HSL 8.08º 0.72% 0.43% -
HSV(B) 8.08º 0.83% 0.73% -
XYZ 21.97 13.12 2.67 -
YUV 89.97 94.73 197.21 -
System Red Green Blue C M Y K H S L
Decimal 187 52 31 0 0.72 0.83 0.27 8.08 0.72 0.43
Hex BB 34 1F 0 48 53 1B 8 48 2B
Octal 273 64 37 0 110 123 33 10 110 53
Binary 10111011 110100 11111 0 1001000 1010011 11011 1000 1001000 101011

Color Harmonies of #BB341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB341F

Black with #BB341F

Text Example


Text Example

White with #BB341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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