Html Css Color HEX #B8331C Harley Davidson Orange

📋 copy color: '#B8331C'

red 184 ◦ green 51 ◦ blue 28

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

Shades of Harley Davidson Orange #B8331C

Tints of Harley Davidson Orange #B8331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

 BLUE value IS 28 (11.33% from 255) = 10.65%

R = 69.96%
G = 19.39%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8331C (or 0xB8331C) is known color: Harley Davidson Orange. HEX triplet: B8, 33 and 1C. RGB value is (184,51,28). Sum of RGB (Red+Green+Blue) = 184+51+28=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B8331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8331C is #47CCE3. Grayscale: #585858. Windows color (decimal): -4705508 or 1848248. OLE color: 1848248.

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

Color convert

RGB 184 51 28 -
CMYK 0 0.72 0.85 0.28
HSL 8.85º 0.74% 0.42% -
HSV(B) 8.85º 0.85% 0.72% -
XYZ 21.16 12.64 2.42 -
YUV 88.15 94.06 196.37 -
System Red Green Blue C M Y K H S L
Decimal 184 51 28 0 0.72 0.85 0.28 8.85 0.74 0.42
Hex B8 33 1C 0 48 55 1C 9 4A 2A
Octal 270 63 34 0 110 125 34 11 112 52
Binary 10111000 110011 11100 0 1001000 1010101 11100 1001 1001010 101010

Color Harmonies of #B8331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8331C

Black with #B8331C

Text Example


Text Example

White with #B8331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8331C; }

 p { color: rgb(184,51,28); }

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

background-color css

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

 a { background-color: rgb(184,51,28); }

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

border-color css

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

 span { border-color: rgb(184,51,28); }

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