Html Css Color HEX #BD371C Harley Davidson Orange

📋 copy color: '#BD371C'

red 189 ◦ green 55 ◦ blue 28

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

Shades of Harley Davidson Orange #BD371C

Tints of Harley Davidson Orange #BD371C

RGB

 RED value IS 189 (74.22% from 255) = 69.49%

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

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

R = 69.49%
G = 20.22%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD371C (or 0xBD371C) is known color: Harley Davidson Orange. HEX triplet: BD, 37 and 1C. RGB value is (189,55,28). Sum of RGB (Red+Green+Blue) = 189+55+28=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD371C is #42C8E3. Grayscale: #5C5C5C. Windows color (decimal): -4376804 or 1849277. OLE color: 1849277.

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

Color convert

RGB 189 55 28 -
CMYK 0 0.71 0.85 0.26
HSL 10.06º 0.74% 0.43% -
HSV(B) 10.06º 0.85% 0.74% -
XYZ 22.56 13.64 2.54 -
YUV 91.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 189 55 28 0 0.71 0.85 0.26 10.06 0.74 0.43
Hex BD 37 1C 0 47 55 1A A 4A 2B
Octal 275 67 34 0 107 125 32 12 112 53
Binary 10111101 110111 11100 0 1000111 1010101 11010 1010 1001010 101011

Color Harmonies of #BD371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD371C

Black with #BD371C

Text Example


Text Example

White with #BD371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD371C; }

 p { color: rgb(189,55,28); }

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

background-color css

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

 a { background-color: rgb(189,55,28); }

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

border-color css

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

 span { border-color: rgb(189,55,28); }

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