Html Css Color HEX #BF361D Harley Davidson Orange

📋 copy color: '#BF361D'

red 191 ◦ green 54 ◦ blue 29

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

Shades of Harley Davidson Orange #BF361D

Tints of Harley Davidson Orange #BF361D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.58%

R = 69.71%
G = 19.71%
B = 10.58%

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

#BF361D (or 0xBF361D) is known color: Harley Davidson Orange. HEX triplet: BF, 36 and 1D. RGB value is (191,54,29). Sum of RGB (Red+Green+Blue) = 191+54+29=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF361D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF361D is #40C9E2. Grayscale: #5C5C5C. Windows color (decimal): -4245987 or 1914559. OLE color: 1914559.

HSL color Cylindrical-coordinate representation of color #BF361D: hue angle of 9.26º 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 #BF361D is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 54 29 -
CMYK 0 0.72 0.85 0.25
HSL 9.26º 0.74% 0.43% -
HSV(B) 9.26º 0.85% 0.75% -
XYZ 23.03 13.8 2.61 -
YUV 92.11 92.39 198.53 -
System Red Green Blue C M Y K H S L
Decimal 191 54 29 0 0.72 0.85 0.25 9.26 0.74 0.43
Hex BF 36 1D 0 48 55 19 9 4A 2B
Octal 277 66 35 0 110 125 31 11 112 53
Binary 10111111 110110 11101 0 1001000 1010101 11001 1001 1001010 101011

Color Harmonies of #BF361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF361D

Black with #BF361D

Text Example


Text Example

White with #BF361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF361D; }

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

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

background-color css

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

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

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

border-color css

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

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

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