Html Css Color HEX #B92711 Harley Davidson Orange

📋 copy color: '#B92711'

red 185 ◦ green 39 ◦ blue 17

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

Shades of Harley Davidson Orange #B92711

Tints of Harley Davidson Orange #B92711

RGB

 RED value IS 185 (72.66% from 255) = 76.76%

 GREEN value IS 39 (15.63% from 255) = 16.18%

 BLUE value IS 17 (7.03% from 255) = 7.05%

R = 76.76%
G = 16.18%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B92711 (or 0xB92711) is known color: Harley Davidson Orange. HEX triplet: B9, 27 and 11. RGB value is (185,39,17). Sum of RGB (Red+Green+Blue) = 185+39+17=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B92711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92711 is #46D8EE. Grayscale: #505050. Windows color (decimal): -4643055 or 1124281. OLE color: 1124281.

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

Color convert

RGB 185 39 17 -
CMYK 0 0.79 0.91 0.27
HSL 7.86º 0.83% 0.4% -
HSV(B) 7.86º 0.91% 0.73% -
XYZ 20.83 11.81 1.71 -
YUV 80.15 92.37 202.79 -
System Red Green Blue C M Y K H S L
Decimal 185 39 17 0 0.79 0.91 0.27 7.86 0.83 0.4
Hex B9 27 11 0 4F 5B 1B 8 53 28
Octal 271 47 21 0 117 133 33 10 123 50
Binary 10111001 100111 10001 0 1001111 1011011 11011 1000 1010011 101000

Color Harmonies of #B92711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92711

Black with #B92711

Text Example


Text Example

White with #B92711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92711; }

 p { color: rgb(185,39,17); }

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

background-color css

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

 a { background-color: rgb(185,39,17); }

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

border-color css

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

 span { border-color: rgb(185,39,17); }

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