Html Css Color HEX #BB340F Harley Davidson Orange

📋 copy color: '#BB340F'

red 187 ◦ green 52 ◦ blue 15

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

Shades of Harley Davidson Orange #BB340F

Tints of Harley Davidson Orange #BB340F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.91%

R = 73.62%
G = 20.47%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB340F (or 0xBB340F) is known color: Harley Davidson Orange. HEX triplet: BB, 34 and 0F. RGB value is (187,52,15). Sum of RGB (Red+Green+Blue) = 187+52+15=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB340F is #44CBF0. Grayscale: #585858. Windows color (decimal): -4508657 or 996539. OLE color: 996539.

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

Color convert

RGB 187 52 15 -
CMYK 0 0.72 0.92 0.27
HSL 12.91º 0.85% 0.4% -
HSV(B) 12.91º 0.92% 0.73% -
XYZ 21.81 13.06 1.82 -
YUV 88.15 86.73 198.51 -
System Red Green Blue C M Y K H S L
Decimal 187 52 15 0 0.72 0.92 0.27 12.91 0.85 0.4
Hex BB 34 F 0 48 5C 1B D 55 28
Octal 273 64 17 0 110 134 33 15 125 50
Binary 10111011 110100 1111 0 1001000 1011100 11011 1101 1010101 101000

Color Harmonies of #BB340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB340F

Black with #BB340F

Text Example


Text Example

White with #BB340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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