Html Css Color HEX #BD2B09 Harley Davidson Orange

📋 copy color: '#BD2B09'

red 189 ◦ green 43 ◦ blue 9

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

Shades of Harley Davidson Orange #BD2B09

Tints of Harley Davidson Orange #BD2B09

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.84%

 BLUE value IS 9 (3.91% from 255) = 3.73%

R = 78.42%
G = 17.84%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD2B09 (or 0xBD2B09) is known color: Harley Davidson Orange. HEX triplet: BD, 2B and 09. RGB value is (189,43,9). Sum of RGB (Red+Green+Blue) = 189+43+9=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2B09 is #42D4F6. Grayscale: #535353. Windows color (decimal): -4379895 or 601021. OLE color: 601021.

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

Color convert

RGB 189 43 9 -
CMYK 0 0.77 0.95 0.26
HSL 11.33º 0.91% 0.39% -
HSV(B) 11.33º 0.95% 0.74% -
XYZ 21.9 12.57 1.53 -
YUV 82.78 86.37 203.76 -
System Red Green Blue C M Y K H S L
Decimal 189 43 9 0 0.77 0.95 0.26 11.33 0.91 0.39
Hex BD 2B 9 0 4D 5F 1A B 5B 27
Octal 275 53 11 0 115 137 32 13 133 47
Binary 10111101 101011 1001 0 1001101 1011111 11010 1011 1011011 100111

Color Harmonies of #BD2B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2B09

Black with #BD2B09

Text Example


Text Example

White with #BD2B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2B09; }

 p { color: rgb(189,43,9); }

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

background-color css

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

 a { background-color: rgb(189,43,9); }

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

border-color css

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

 span { border-color: rgb(189,43,9); }

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