Html Css Color HEX #BF320B Harley Davidson Orange

📋 copy color: '#BF320B'

red 191 ◦ green 50 ◦ blue 11

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

Shades of Harley Davidson Orange #BF320B

Tints of Harley Davidson Orange #BF320B

RGB

 RED value IS 191 (75% from 255) = 75.79%

 GREEN value IS 50 (19.92% from 255) = 19.84%

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

R = 75.79%
G = 19.84%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF320B (or 0xBF320B) is known color: Harley Davidson Orange. HEX triplet: BF, 32 and 0B. RGB value is (191,50,11). Sum of RGB (Red+Green+Blue) = 191+50+11=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF320B is #40CDF4. Grayscale: #585858. Windows color (decimal): -4247029 or 733887. OLE color: 733887.

HSL color Cylindrical-coordinate representation of color #BF320B: hue angle of 13º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF320B is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 50 11 -
CMYK 0 0.74 0.94 0.25
HSL 13º 0.89% 0.4% -
HSV(B) 13º 0.94% 0.75% -
XYZ 22.69 13.38 1.7 -
YUV 87.71 84.71 201.67 -
System Red Green Blue C M Y K H S L
Decimal 191 50 11 0 0.74 0.94 0.25 13 0.89 0.4
Hex BF 32 B 0 4A 5E 19 D 59 28
Octal 277 62 13 0 112 136 31 15 131 50
Binary 10111111 110010 1011 0 1001010 1011110 11001 1101 1011001 101000

Color Harmonies of #BF320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF320B

Black with #BF320B

Text Example


Text Example

White with #BF320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF320B; }

 p { color: rgb(191,50,11); }

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

background-color css

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

 a { background-color: rgb(191,50,11); }

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

border-color css

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

 span { border-color: rgb(191,50,11); }

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