Html Css Color HEX #BD2F0E Harley Davidson Orange

📋 copy color: '#BD2F0E'

red 189 ◦ green 47 ◦ blue 14

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

Shades of Harley Davidson Orange #BD2F0E

Tints of Harley Davidson Orange #BD2F0E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.8%

 BLUE value IS 14 (5.86% from 255) = 5.6%

R = 75.6%
G = 18.8%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD2F0E (or 0xBD2F0E) is known color: Harley Davidson Orange. HEX triplet: BD, 2F and 0E. RGB value is (189,47,14). Sum of RGB (Red+Green+Blue) = 189+47+14=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2F0E is #42D0F1. Grayscale: #555555. Windows color (decimal): -4378866 or 929725. OLE color: 929725.

HSL color Cylindrical-coordinate representation of color #BD2F0E: hue angle of 11.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD2F0E is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 47 14 -
CMYK 0 0.75 0.93 0.26
HSL 11.31º 0.86% 0.4% -
HSV(B) 11.31º 0.93% 0.74% -
XYZ 22.08 12.88 1.74 -
YUV 85.7 87.54 201.68 -
System Red Green Blue C M Y K H S L
Decimal 189 47 14 0 0.75 0.93 0.26 11.31 0.86 0.4
Hex BD 2F E 0 4B 5D 1A B 56 28
Octal 275 57 16 0 113 135 32 13 126 50
Binary 10111101 101111 1110 0 1001011 1011101 11010 1011 1010110 101000

Color Harmonies of #BD2F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2F0E

Black with #BD2F0E

Text Example


Text Example

White with #BD2F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2F0E; }

 p { color: rgb(189,47,14); }

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

background-color css

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

 a { background-color: rgb(189,47,14); }

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

border-color css

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

 span { border-color: rgb(189,47,14); }

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