Html Css Color HEX #B8331E Harley Davidson Orange

📋 copy color: '#B8331E'

red 184 ◦ green 51 ◦ blue 30

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

Shades of Harley Davidson Orange #B8331E

Tints of Harley Davidson Orange #B8331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 69.43%
G = 19.25%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8331E (or 0xB8331E) is known color: Harley Davidson Orange. HEX triplet: B8, 33 and 1E. RGB value is (184,51,30). Sum of RGB (Red+Green+Blue) = 184+51+30=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B8331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8331E is #47CCE1. Grayscale: #585858. Windows color (decimal): -4705506 or 1979320. OLE color: 1979320.

HSL color Cylindrical-coordinate representation of color #B8331E: hue angle of 8.18º degrees, saturation: 0.72, 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 #B8331E is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 51 30 -
CMYK 0 0.72 0.84 0.28
HSL 8.18º 0.72% 0.42% -
HSV(B) 8.18º 0.84% 0.72% -
XYZ 21.19 12.65 2.55 -
YUV 88.37 95.06 196.21 -
System Red Green Blue C M Y K H S L
Decimal 184 51 30 0 0.72 0.84 0.28 8.18 0.72 0.42
Hex B8 33 1E 0 48 54 1C 8 48 2A
Octal 270 63 36 0 110 124 34 10 110 52
Binary 10111000 110011 11110 0 1001000 1010100 11100 1000 1001000 101010

Color Harmonies of #B8331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8331E

Black with #B8331E

Text Example


Text Example

White with #B8331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8331E; }

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

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

background-color css

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

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

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

border-color css

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

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

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