Html Css Color HEX #B9230D Harley Davidson Orange

📋 copy color: '#B9230D'

red 185 ◦ green 35 ◦ blue 13

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

Shades of Harley Davidson Orange #B9230D

Tints of Harley Davidson Orange #B9230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.58%

R = 79.4%
G = 15.02%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B9230D (or 0xB9230D) is known color: Harley Davidson Orange. HEX triplet: B9, 23 and 0D. RGB value is (185,35,13). Sum of RGB (Red+Green+Blue) = 185+35+13=233 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.40% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 185 - color contains mainly: red. Hex color #B9230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9230D is #46DCF2. Grayscale: #4D4D4D. Windows color (decimal): -4644083 or 861113. OLE color: 861113.

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

Color convert

RGB 185 35 13 -
CMYK 0 0.81 0.93 0.27
HSL 7.67º 0.87% 0.39% -
HSV(B) 7.67º 0.93% 0.73% -
XYZ 20.68 11.55 1.52 -
YUV 77.34 91.7 204.79 -
System Red Green Blue C M Y K H S L
Decimal 185 35 13 0 0.81 0.93 0.27 7.67 0.87 0.39
Hex B9 23 D 0 51 5D 1B 8 57 27
Octal 271 43 15 0 121 135 33 10 127 47
Binary 10111001 100011 1101 0 1010001 1011101 11011 1000 1010111 100111

Color Harmonies of #B9230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9230D

Black with #B9230D

Text Example


Text Example

White with #B9230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9230D; }

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

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

background-color css

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

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

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

border-color css

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

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

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