Html Css Color HEX #B8250B Harley Davidson Orange

📋 copy color: '#B8250B'

red 184 ◦ green 37 ◦ blue 11

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

Shades of Harley Davidson Orange #B8250B

Tints of Harley Davidson Orange #B8250B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.74%

R = 79.31%
G = 15.95%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8250B (or 0xB8250B) is known color: Harley Davidson Orange. HEX triplet: B8, 25 and 0B. RGB value is (184,37,11). Sum of RGB (Red+Green+Blue) = 184+37+11=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B8250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8250B is #47DAF4. Grayscale: #4E4E4E. Windows color (decimal): -4709109 or 730552. OLE color: 730552.

HSL color Cylindrical-coordinate representation of color #B8250B: hue angle of 9.02º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8250B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 37 11 -
CMYK 0 0.80 0.94 0.28
HSL 9.02º 0.89% 0.38% -
HSV(B) 9.02º 0.94% 0.72% -
XYZ 20.49 11.54 1.46 -
YUV 77.99 90.2 203.61 -
System Red Green Blue C M Y K H S L
Decimal 184 37 11 0 0.80 0.94 0.28 9.02 0.89 0.38
Hex B8 25 B 0 50 5E 1C 9 59 26
Octal 270 45 13 0 120 136 34 11 131 46
Binary 10111000 100101 1011 0 1010000 1011110 11100 1001 1011001 100110

Color Harmonies of #B8250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8250B

Black with #B8250B

Text Example


Text Example

White with #B8250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8250B; }

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

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

background-color css

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

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

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

border-color css

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

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

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