Html Css Color HEX #B8250C Harley Davidson Orange

📋 copy color: '#B8250C'

red 184 ◦ green 37 ◦ blue 12

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

Shades of Harley Davidson Orange #B8250C

Tints of Harley Davidson Orange #B8250C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.15%

R = 78.97%
G = 15.88%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8250C (or 0xB8250C) is known color: Harley Davidson Orange. HEX triplet: B8, 25 and 0C. RGB value is (184,37,12). Sum of RGB (Red+Green+Blue) = 184+37+12=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B8250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8250C is #47DAF3. Grayscale: #4E4E4E. Windows color (decimal): -4709108 or 796088. OLE color: 796088.

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

Color convert

RGB 184 37 12 -
CMYK 0 0.80 0.93 0.28
HSL 8.72º 0.88% 0.38% -
HSV(B) 8.72º 0.93% 0.72% -
XYZ 20.5 11.54 1.5 -
YUV 78.1 90.7 203.53 -
System Red Green Blue C M Y K H S L
Decimal 184 37 12 0 0.80 0.93 0.28 8.72 0.88 0.38
Hex B8 25 C 0 50 5D 1C 9 58 26
Octal 270 45 14 0 120 135 34 11 130 46
Binary 10111000 100101 1100 0 1010000 1011101 11100 1001 1011000 100110

Color Harmonies of #B8250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8250C

Black with #B8250C

Text Example


Text Example

White with #B8250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8250C; }

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

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

background-color css

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

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

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

border-color css

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

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

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