Html Css Color HEX #B8371D Harley Davidson Orange

📋 copy color: '#B8371D'

red 184 ◦ green 55 ◦ blue 29

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

Shades of Harley Davidson Orange #B8371D

Tints of Harley Davidson Orange #B8371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.52%

 BLUE value IS 29 (11.72% from 255) = 10.82%

R = 68.66%
G = 20.52%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8371D (or 0xB8371D) is known color: Harley Davidson Orange. HEX triplet: B8, 37 and 1D. RGB value is (184,55,29). Sum of RGB (Red+Green+Blue) = 184+55+29=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B8371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8371D is #47C8E2. Grayscale: #5A5A5A. Windows color (decimal): -4704483 or 1914808. OLE color: 1914808.

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

Color convert

RGB 184 55 29 -
CMYK 0 0.70 0.84 0.28
HSL 10.06º 0.73% 0.42% -
HSV(B) 10.06º 0.84% 0.72% -
XYZ 21.36 13.01 2.55 -
YUV 90.61 93.24 194.61 -
System Red Green Blue C M Y K H S L
Decimal 184 55 29 0 0.70 0.84 0.28 10.06 0.73 0.42
Hex B8 37 1D 0 46 54 1C A 49 2A
Octal 270 67 35 0 106 124 34 12 111 52
Binary 10111000 110111 11101 0 1000110 1010100 11100 1010 1001001 101010

Color Harmonies of #B8371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8371D

Black with #B8371D

Text Example


Text Example

White with #B8371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8371D; }

 p { color: rgb(184,55,29); }

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

background-color css

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

 a { background-color: rgb(184,55,29); }

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

border-color css

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

 span { border-color: rgb(184,55,29); }

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