Html Css Color HEX #BD3512 Harley Davidson Orange

📋 copy color: '#BD3512'

red 189 ◦ green 53 ◦ blue 18

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

Shades of Harley Davidson Orange #BD3512

Tints of Harley Davidson Orange #BD3512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.92%

R = 72.69%
G = 20.38%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD3512 (or 0xBD3512) is known color: Harley Davidson Orange. HEX triplet: BD, 35 and 12. RGB value is (189,53,18). Sum of RGB (Red+Green+Blue) = 189+53+18=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3512 is #42CAED. Grayscale: #595959. Windows color (decimal): -4377326 or 1193405. OLE color: 1193405.

HSL color Cylindrical-coordinate representation of color #BD3512: hue angle of 12.28º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD3512 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 53 18 -
CMYK 0 0.72 0.90 0.26
HSL 12.28º 0.83% 0.41% -
HSV(B) 12.28º 0.9% 0.74% -
XYZ 22.37 13.41 1.98 -
YUV 89.67 87.56 198.85 -
System Red Green Blue C M Y K H S L
Decimal 189 53 18 0 0.72 0.90 0.26 12.28 0.83 0.41
Hex BD 35 12 0 48 5A 1A C 53 29
Octal 275 65 22 0 110 132 32 14 123 51
Binary 10111101 110101 10010 0 1001000 1011010 11010 1100 1010011 101001

Color Harmonies of #BD3512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3512

Black with #BD3512

Text Example


Text Example

White with #BD3512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3512; }

 p { color: rgb(189,53,18); }

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

background-color css

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

 a { background-color: rgb(189,53,18); }

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

border-color css

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

 span { border-color: rgb(189,53,18); }

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