Html Css Color HEX #B92F09 Harley Davidson Orange

📋 copy color: '#B92F09'

red 185 ◦ green 47 ◦ blue 9

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

Shades of Harley Davidson Orange #B92F09

Tints of Harley Davidson Orange #B92F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.5%

 BLUE value IS 9 (3.91% from 255) = 3.73%

R = 76.76%
G = 19.5%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B92F09 (or 0xB92F09) is known color: Harley Davidson Orange. HEX triplet: B9, 2F and 09. RGB value is (185,47,9). Sum of RGB (Red+Green+Blue) = 185+47+9=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92F09 is #46D0F6. Grayscale: #545454. Windows color (decimal): -4641015 or 602041. OLE color: 602041.

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

Color convert

RGB 185 47 9 -
CMYK 0 0.75 0.95 0.27
HSL 12.95º 0.91% 0.38% -
HSV(B) 12.95º 0.95% 0.73% -
XYZ 21.07 12.37 1.53 -
YUV 83.93 85.72 200.09 -
System Red Green Blue C M Y K H S L
Decimal 185 47 9 0 0.75 0.95 0.27 12.95 0.91 0.38
Hex B9 2F 9 0 4B 5F 1B D 5B 26
Octal 271 57 11 0 113 137 33 15 133 46
Binary 10111001 101111 1001 0 1001011 1011111 11011 1101 1011011 100110

Color Harmonies of #B92F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92F09

Black with #B92F09

Text Example


Text Example

White with #B92F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92F09; }

 p { color: rgb(185,47,9); }

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

background-color css

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

 a { background-color: rgb(185,47,9); }

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

border-color css

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

 span { border-color: rgb(185,47,9); }

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