Html Css Color HEX #BF3725 Harley Davidson Orange

📋 copy color: '#BF3725'

red 191 ◦ green 55 ◦ blue 37

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

Shades of Harley Davidson Orange #BF3725

Tints of Harley Davidson Orange #BF3725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.43%

 BLUE value IS 37 (14.84% from 255) = 13.07%

R = 67.49%
G = 19.43%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF3725 (or 0xBF3725) is known color: Harley Davidson Orange. HEX triplet: BF, 37 and 25. RGB value is (191,55,37). Sum of RGB (Red+Green+Blue) = 191+55+37=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3725 is #40C8DA. Grayscale: #5D5D5D. Windows color (decimal): -4245723 or 2439103. OLE color: 2439103.

HSL color Cylindrical-coordinate representation of color #BF3725: hue angle of 7.01º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF3725 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 55 37 -
CMYK 0 0.71 0.81 0.25
HSL 7.01º 0.68% 0.45% -
HSV(B) 7.01º 0.81% 0.75% -
XYZ 23.19 13.94 3.22 -
YUV 93.61 96.06 197.46 -
System Red Green Blue C M Y K H S L
Decimal 191 55 37 0 0.71 0.81 0.25 7.01 0.68 0.45
Hex BF 37 25 0 47 51 19 7 44 2D
Octal 277 67 45 0 107 121 31 7 104 55
Binary 10111111 110111 100101 0 1000111 1010001 11001 111 1000100 101101

Color Harmonies of #BF3725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3725

Black with #BF3725

Text Example


Text Example

White with #BF3725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3725; }

 p { color: rgb(191,55,37); }

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

background-color css

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

 a { background-color: rgb(191,55,37); }

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

border-color css

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

 span { border-color: rgb(191,55,37); }

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