Html Css Color HEX #BF351B Harley Davidson Orange

📋 copy color: '#BF351B'

red 191 ◦ green 53 ◦ blue 27

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

Shades of Harley Davidson Orange #BF351B

Tints of Harley Davidson Orange #BF351B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.56%

 BLUE value IS 27 (10.94% from 255) = 9.96%

R = 70.48%
G = 19.56%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF351B (or 0xBF351B) is known color: Harley Davidson Orange. HEX triplet: BF, 35 and 1B. RGB value is (191,53,27). Sum of RGB (Red+Green+Blue) = 191+53+27=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF351B is #40CAE4. Grayscale: #5B5B5B. Windows color (decimal): -4246245 or 1783231. OLE color: 1783231.

HSL color Cylindrical-coordinate representation of color #BF351B: hue angle of 9.51º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF351B is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 53 27 -
CMYK 0 0.72 0.86 0.25
HSL 9.51º 0.75% 0.43% -
HSV(B) 9.51º 0.86% 0.75% -
XYZ 22.96 13.7 2.47 -
YUV 91.3 91.72 199.11 -
System Red Green Blue C M Y K H S L
Decimal 191 53 27 0 0.72 0.86 0.25 9.51 0.75 0.43
Hex BF 35 1B 0 48 56 19 A 4B 2B
Octal 277 65 33 0 110 126 31 12 113 53
Binary 10111111 110101 11011 0 1001000 1010110 11001 1010 1001011 101011

Color Harmonies of #BF351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF351B

Black with #BF351B

Text Example


Text Example

White with #BF351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF351B; }

 p { color: rgb(191,53,27); }

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

background-color css

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

 a { background-color: rgb(191,53,27); }

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

border-color css

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

 span { border-color: rgb(191,53,27); }

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