Html Css Color HEX #B83211 Harley Davidson Orange

📋 copy color: '#B83211'

red 184 ◦ green 50 ◦ blue 17

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

Shades of Harley Davidson Orange #B83211

Tints of Harley Davidson Orange #B83211

RGB

 RED value IS 184 (72.27% from 255) = 73.31%

 GREEN value IS 50 (19.92% from 255) = 19.92%

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

R = 73.31%
G = 19.92%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B83211 (or 0xB83211) is known color: Harley Davidson Orange. HEX triplet: B8, 32 and 11. RGB value is (184,50,17). Sum of RGB (Red+Green+Blue) = 184+50+17=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B83211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83211 is #47CDEE. Grayscale: #565656. Windows color (decimal): -4705775 or 1127096. OLE color: 1127096.

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

Color convert

RGB 184 50 17 -
CMYK 0 0.73 0.91 0.28
HSL 11.86º 0.83% 0.39% -
HSV(B) 11.86º 0.91% 0.72% -
XYZ 21.01 12.51 1.84 -
YUV 86.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 184 50 17 0 0.73 0.91 0.28 11.86 0.83 0.39
Hex B8 32 11 0 49 5B 1C C 53 27
Octal 270 62 21 0 111 133 34 14 123 47
Binary 10111000 110010 10001 0 1001001 1011011 11100 1100 1010011 100111

Color Harmonies of #B83211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83211

Black with #B83211

Text Example


Text Example

White with #B83211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83211; }

 p { color: rgb(184,50,17); }

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

background-color css

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

 a { background-color: rgb(184,50,17); }

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

border-color css

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

 span { border-color: rgb(184,50,17); }

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