Html Css Color HEX #B9260C Harley Davidson Orange

📋 copy color: '#B9260C'

red 185 ◦ green 38 ◦ blue 12

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

Shades of Harley Davidson Orange #B9260C

Tints of Harley Davidson Orange #B9260C

RGB

 RED value IS 185 (72.66% from 255) = 78.72%

 GREEN value IS 38 (15.23% from 255) = 16.17%

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

R = 78.72%
G = 16.17%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9260C (or 0xB9260C) is known color: Harley Davidson Orange. HEX triplet: B9, 26 and 0C. RGB value is (185,38,12). Sum of RGB (Red+Green+Blue) = 185+38+12=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B9260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9260C is #46D9F3. Grayscale: #4F4F4F. Windows color (decimal): -4643316 or 796345. OLE color: 796345.

HSL color Cylindrical-coordinate representation of color #B9260C: hue angle of 9.02º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9260C is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 38 12 -
CMYK 0 0.79 0.94 0.27
HSL 9.02º 0.88% 0.39% -
HSV(B) 9.02º 0.94% 0.73% -
XYZ 20.77 11.73 1.52 -
YUV 78.99 90.2 203.61 -
System Red Green Blue C M Y K H S L
Decimal 185 38 12 0 0.79 0.94 0.27 9.02 0.88 0.39
Hex B9 26 C 0 4F 5E 1B 9 58 27
Octal 271 46 14 0 117 136 33 11 130 47
Binary 10111001 100110 1100 0 1001111 1011110 11011 1001 1011000 100111

Color Harmonies of #B9260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9260C

Black with #B9260C

Text Example


Text Example

White with #B9260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9260C; }

 p { color: rgb(185,38,12); }

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

background-color css

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

 a { background-color: rgb(185,38,12); }

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

border-color css

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

 span { border-color: rgb(185,38,12); }

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