Html Css Color HEX #BF361C Harley Davidson Orange

📋 copy color: '#BF361C'

red 191 ◦ green 54 ◦ blue 28

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

Shades of Harley Davidson Orange #BF361C

Tints of Harley Davidson Orange #BF361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.78%

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 69.96%
G = 19.78%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF361C (or 0xBF361C) is known color: Harley Davidson Orange. HEX triplet: BF, 36 and 1C. RGB value is (191,54,28). Sum of RGB (Red+Green+Blue) = 191+54+28=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF361C is #40C9E3. Grayscale: #5C5C5C. Windows color (decimal): -4245988 or 1849023. OLE color: 1849023.

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

Color convert

RGB 191 54 28 -
CMYK 0 0.72 0.85 0.25
HSL 9.57º 0.74% 0.43% -
HSV(B) 9.57º 0.85% 0.75% -
XYZ 23.01 13.8 2.55 -
YUV 92 91.89 198.61 -
System Red Green Blue C M Y K H S L
Decimal 191 54 28 0 0.72 0.85 0.25 9.57 0.74 0.43
Hex BF 36 1C 0 48 55 19 A 4A 2B
Octal 277 66 34 0 110 125 31 12 112 53
Binary 10111111 110110 11100 0 1001000 1010101 11001 1010 1001010 101011

Color Harmonies of #BF361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF361C

Black with #BF361C

Text Example


Text Example

White with #BF361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF361C; }

 p { color: rgb(191,54,28); }

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

background-color css

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

 a { background-color: rgb(191,54,28); }

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

border-color css

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

 span { border-color: rgb(191,54,28); }

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