Html Css Color HEX #B72C0E Harley Davidson Orange

📋 copy color: '#B72C0E'

red 183 ◦ green 44 ◦ blue 14

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

Shades of Harley Davidson Orange #B72C0E

Tints of Harley Davidson Orange #B72C0E

RGB

 RED value IS 183 (71.88% from 255) = 75.93%

 GREEN value IS 44 (17.58% from 255) = 18.26%

 BLUE value IS 14 (5.86% from 255) = 5.81%

R = 75.93%
G = 18.26%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B72C0E (or 0xB72C0E) is known color: Harley Davidson Orange. HEX triplet: B7, 2C and 0E. RGB value is (183,44,14). Sum of RGB (Red+Green+Blue) = 183+44+14=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72C0E is #48D3F1. Grayscale: #525252. Windows color (decimal): -4772850 or 928951. OLE color: 928951.

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

Color convert

RGB 183 44 14 -
CMYK 0 0.76 0.92 0.28
HSL 10.65º 0.86% 0.39% -
HSV(B) 10.65º 0.92% 0.72% -
XYZ 20.51 11.9 1.63 -
YUV 82.14 89.55 199.94 -
System Red Green Blue C M Y K H S L
Decimal 183 44 14 0 0.76 0.92 0.28 10.65 0.86 0.39
Hex B7 2C E 0 4C 5C 1C B 56 27
Octal 267 54 16 0 114 134 34 13 126 47
Binary 10110111 101100 1110 0 1001100 1011100 11100 1011 1010110 100111

Color Harmonies of #B72C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C0E

Black with #B72C0E

Text Example


Text Example

White with #B72C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C0E; }

 p { color: rgb(183,44,14); }

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

background-color css

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

 a { background-color: rgb(183,44,14); }

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

border-color css

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

 span { border-color: rgb(183,44,14); }

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