Html Css Color HEX #B8250E Harley Davidson Orange

📋 copy color: '#B8250E'

red 184 ◦ green 37 ◦ blue 14

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

Shades of Harley Davidson Orange #B8250E

Tints of Harley Davidson Orange #B8250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.74%

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

R = 78.3%
G = 15.74%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8250E (or 0xB8250E) is known color: Harley Davidson Orange. HEX triplet: B8, 25 and 0E. RGB value is (184,37,14). Sum of RGB (Red+Green+Blue) = 184+37+14=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B8250E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8250E is #47DAF1. Grayscale: #4E4E4E. Windows color (decimal): -4709106 or 927160. OLE color: 927160.

HSL color Cylindrical-coordinate representation of color #B8250E: hue angle of 8.12º 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 #B8250E is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 37 14 -
CMYK 0 0.80 0.92 0.28
HSL 8.12º 0.86% 0.39% -
HSV(B) 8.12º 0.92% 0.72% -
XYZ 20.51 11.55 1.56 -
YUV 78.33 91.7 203.37 -
System Red Green Blue C M Y K H S L
Decimal 184 37 14 0 0.80 0.92 0.28 8.12 0.86 0.39
Hex B8 25 E 0 50 5C 1C 8 56 27
Octal 270 45 16 0 120 134 34 10 126 47
Binary 10111000 100101 1110 0 1010000 1011100 11100 1000 1010110 100111

Color Harmonies of #B8250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8250E

Black with #B8250E

Text Example


Text Example

White with #B8250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8250E; }

 p { color: rgb(184,37,14); }

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

background-color css

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

 a { background-color: rgb(184,37,14); }

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

border-color css

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

 span { border-color: rgb(184,37,14); }

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