Html Css Color HEX #BD3007 Harley Davidson Orange

📋 copy color: '#BD3007'

red 189 ◦ green 48 ◦ blue 7

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

Shades of Harley Davidson Orange #BD3007

Tints of Harley Davidson Orange #BD3007

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.67%

 BLUE value IS 7 (3.13% from 255) = 2.87%

R = 77.46%
G = 19.67%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD3007 (or 0xBD3007) is known color: Harley Davidson Orange. HEX triplet: BD, 30 and 07. RGB value is (189,48,7). Sum of RGB (Red+Green+Blue) = 189+48+7=244 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.46% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3007 is #42CFF8. Grayscale: #555555. Windows color (decimal): -4378617 or 471229. OLE color: 471229.

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

Color convert

RGB 189 48 7 -
CMYK 0 0.75 0.96 0.26
HSL 13.52º 0.93% 0.38% -
HSV(B) 13.52º 0.96% 0.74% -
XYZ 22.08 12.95 1.54 -
YUV 85.49 83.71 201.83 -
System Red Green Blue C M Y K H S L
Decimal 189 48 7 0 0.75 0.96 0.26 13.52 0.93 0.38
Hex BD 30 7 0 4B 60 1A E 5D 26
Octal 275 60 7 0 113 140 32 16 135 46
Binary 10111101 110000 111 0 1001011 1100000 11010 1110 1011101 100110

Color Harmonies of #BD3007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3007

Black with #BD3007

Text Example


Text Example

White with #BD3007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3007; }

 p { color: rgb(189,48,7); }

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

background-color css

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

 a { background-color: rgb(189,48,7); }

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

border-color css

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

 span { border-color: rgb(189,48,7); }

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