Html Css Color HEX #B9230B Harley Davidson Orange

📋 copy color: '#B9230B'

red 185 ◦ green 35 ◦ blue 11

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

Shades of Harley Davidson Orange #B9230B

Tints of Harley Davidson Orange #B9230B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

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

R = 80.09%
G = 15.15%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9230B (or 0xB9230B) is known color: Harley Davidson Orange. HEX triplet: B9, 23 and 0B. RGB value is (185,35,11). Sum of RGB (Red+Green+Blue) = 185+35+11=231 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.09% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 185 - color contains mainly: red. Hex color #B9230B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9230B is #46DCF4. Grayscale: #4D4D4D. Windows color (decimal): -4644085 or 730041. OLE color: 730041.

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

Color convert

RGB 185 35 11 -
CMYK 0 0.81 0.94 0.27
HSL 8.28º 0.89% 0.38% -
HSV(B) 8.28º 0.94% 0.73% -
XYZ 20.67 11.54 1.45 -
YUV 77.11 90.7 204.95 -
System Red Green Blue C M Y K H S L
Decimal 185 35 11 0 0.81 0.94 0.27 8.28 0.89 0.38
Hex B9 23 B 0 51 5E 1B 8 59 26
Octal 271 43 13 0 121 136 33 10 131 46
Binary 10111001 100011 1011 0 1010001 1011110 11011 1000 1011001 100110

Color Harmonies of #B9230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9230B

Black with #B9230B

Text Example


Text Example

White with #B9230B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9230B; }

 p { color: rgb(185,35,11); }

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

background-color css

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

 a { background-color: rgb(185,35,11); }

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

border-color css

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

 span { border-color: rgb(185,35,11); }

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