Html Css Color HEX #BD331B Harley Davidson Orange

📋 copy color: '#BD331B'

red 189 ◦ green 51 ◦ blue 27

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

Shades of Harley Davidson Orange #BD331B

Tints of Harley Davidson Orange #BD331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.11%

R = 70.79%
G = 19.1%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD331B (or 0xBD331B) is known color: Harley Davidson Orange. HEX triplet: BD, 33 and 1B. RGB value is (189,51,27). Sum of RGB (Red+Green+Blue) = 189+51+27=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD331B is #42CCE4. Grayscale: #595959. Windows color (decimal): -4377829 or 1782717. OLE color: 1782717.

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

Color convert

RGB 189 51 27 -
CMYK 0 0.73 0.86 0.26
HSL 8.89º 0.75% 0.42% -
HSV(B) 8.89º 0.86% 0.74% -
XYZ 22.37 13.27 2.42 -
YUV 89.53 92.72 198.95 -
System Red Green Blue C M Y K H S L
Decimal 189 51 27 0 0.73 0.86 0.26 8.89 0.75 0.42
Hex BD 33 1B 0 49 56 1A 9 4B 2A
Octal 275 63 33 0 111 126 32 11 113 52
Binary 10111101 110011 11011 0 1001001 1010110 11010 1001 1001011 101010

Color Harmonies of #BD331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD331B

Black with #BD331B

Text Example


Text Example

White with #BD331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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