Html Css Color HEX #BD210B Harley Davidson Orange

📋 copy color: '#BD210B'

red 189 ◦ green 33 ◦ blue 11

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

Shades of Harley Davidson Orange #BD210B

Tints of Harley Davidson Orange #BD210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.16%

 BLUE value IS 11 (4.69% from 255) = 4.72%

R = 81.12%
G = 14.16%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD210B (or 0xBD210B) is known color: Harley Davidson Orange. HEX triplet: BD, 21 and 0B. RGB value is (189,33,11). Sum of RGB (Red+Green+Blue) = 189+33+11=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD210B is #42DEF4. Grayscale: #4D4D4D. Windows color (decimal): -4382453 or 729533. OLE color: 729533.

HSL color Cylindrical-coordinate representation of color #BD210B: hue angle of 7.42º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD210B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 33 11 -
CMYK 0 0.83 0.94 0.26
HSL 7.42º 0.89% 0.39% -
HSV(B) 7.42º 0.94% 0.74% -
XYZ 21.59 11.93 1.48 -
YUV 77.14 90.68 207.79 -
System Red Green Blue C M Y K H S L
Decimal 189 33 11 0 0.83 0.94 0.26 7.42 0.89 0.39
Hex BD 21 B 0 53 5E 1A 7 59 27
Octal 275 41 13 0 123 136 32 7 131 47
Binary 10111101 100001 1011 0 1010011 1011110 11010 111 1011001 100111

Color Harmonies of #BD210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD210B

Black with #BD210B

Text Example


Text Example

White with #BD210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD210B; }

 p { color: rgb(189,33,11); }

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

background-color css

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

 a { background-color: rgb(189,33,11); }

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

border-color css

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

 span { border-color: rgb(189,33,11); }

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