Html Css Color HEX #BD330E Harley Davidson Orange

📋 copy color: '#BD330E'

red 189 ◦ green 51 ◦ blue 14

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

Shades of Harley Davidson Orange #BD330E

Tints of Harley Davidson Orange #BD330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.08%

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

R = 74.41%
G = 20.08%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD330E (or 0xBD330E) is known color: Harley Davidson Orange. HEX triplet: BD, 33 and 0E. RGB value is (189,51,14). Sum of RGB (Red+Green+Blue) = 189+51+14=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD330E is #42CCF1. Grayscale: #585858. Windows color (decimal): -4377842 or 930749. OLE color: 930749.

HSL color Cylindrical-coordinate representation of color #BD330E: hue angle of 12.69º 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 #BD330E is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 51 14 -
CMYK 0 0.73 0.93 0.26
HSL 12.69º 0.86% 0.4% -
HSV(B) 12.69º 0.93% 0.74% -
XYZ 22.25 13.22 1.79 -
YUV 88.04 86.22 200.01 -
System Red Green Blue C M Y K H S L
Decimal 189 51 14 0 0.73 0.93 0.26 12.69 0.86 0.4
Hex BD 33 E 0 49 5D 1A D 56 28
Octal 275 63 16 0 111 135 32 15 126 50
Binary 10111101 110011 1110 0 1001001 1011101 11010 1101 1010110 101000

Color Harmonies of #BD330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD330E

Black with #BD330E

Text Example


Text Example

White with #BD330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD330E; }

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

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

background-color css

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

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

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

border-color css

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

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

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