Html Css Color HEX #BD3316 Harley Davidson Orange

📋 copy color: '#BD3316'

red 189 ◦ green 51 ◦ blue 22

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

Shades of Harley Davidson Orange #BD3316

Tints of Harley Davidson Orange #BD3316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.47%

 BLUE value IS 22 (8.98% from 255) = 8.4%

R = 72.14%
G = 19.47%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD3316 (or 0xBD3316) is known color: Harley Davidson Orange. HEX triplet: BD, 33 and 16. RGB value is (189,51,22). Sum of RGB (Red+Green+Blue) = 189+51+22=262 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.14% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3316 is #42CCE9. Grayscale: #595959. Windows color (decimal): -4377834 or 1455037. OLE color: 1455037.

HSL color Cylindrical-coordinate representation of color #BD3316: hue angle of 10.42º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD3316 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 51 22 -
CMYK 0 0.73 0.88 0.26
HSL 10.42º 0.79% 0.41% -
HSV(B) 10.42º 0.88% 0.74% -
XYZ 22.31 13.24 2.14 -
YUV 88.96 90.22 199.36 -
System Red Green Blue C M Y K H S L
Decimal 189 51 22 0 0.73 0.88 0.26 10.42 0.79 0.41
Hex BD 33 16 0 49 58 1A A 4F 29
Octal 275 63 26 0 111 130 32 12 117 51
Binary 10111101 110011 10110 0 1001001 1011000 11010 1010 1001111 101001

Color Harmonies of #BD3316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3316

Black with #BD3316

Text Example


Text Example

White with #BD3316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3316; }

 p { color: rgb(189,51,22); }

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

background-color css

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

 a { background-color: rgb(189,51,22); }

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

border-color css

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

 span { border-color: rgb(189,51,22); }

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