Html Css Color HEX #BD3722 Harley Davidson Orange

📋 copy color: '#BD3722'

red 189 ◦ green 55 ◦ blue 34

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

Shades of Harley Davidson Orange #BD3722

Tints of Harley Davidson Orange #BD3722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.23%

R = 67.99%
G = 19.78%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD3722 (or 0xBD3722) is known color: Harley Davidson Orange. HEX triplet: BD, 37 and 22. RGB value is (189,55,34). Sum of RGB (Red+Green+Blue) = 189+55+34=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3722 is #42C8DD. Grayscale: #5C5C5C. Windows color (decimal): -4376798 or 2242493. OLE color: 2242493.

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

Color convert

RGB 189 55 34 -
CMYK 0 0.71 0.82 0.26
HSL 8.13º 0.7% 0.44% -
HSV(B) 8.13º 0.82% 0.74% -
XYZ 22.64 13.67 2.96 -
YUV 92.67 94.89 196.71 -
System Red Green Blue C M Y K H S L
Decimal 189 55 34 0 0.71 0.82 0.26 8.13 0.7 0.44
Hex BD 37 22 0 47 52 1A 8 46 2C
Octal 275 67 42 0 107 122 32 10 106 54
Binary 10111101 110111 100010 0 1000111 1010010 11010 1000 1000110 101100

Color Harmonies of #BD3722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3722

Black with #BD3722

Text Example


Text Example

White with #BD3722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3722; }

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

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

background-color css

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

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

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

border-color css

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

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

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