Html Css Color HEX #BD5E00 Tenne (Tawny)

📋 copy color: '#BD5E00'

red 189 ◦ green 94 ◦ blue 0

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

Shades of Tenne (Tawny) #BD5E00

Tints of Tenne (Tawny) #BD5E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.78%
G = 33.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD5E00 (or 0xBD5E00) is known color: Tenne (Tawny). HEX triplet: BD, 5E and 00. RGB value is (189,94,0). Sum of RGB (Red+Green+Blue) = 189+94+0=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5E00 is #42A1FF. Grayscale: #707070. Windows color (decimal): -4366848 or 24253. OLE color: 24253.

HSL color Cylindrical-coordinate representation of color #BD5E00: hue angle of 29.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD5E00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 94 0 -
CMYK 0 0.50 1 0.26
HSL 29.84º 1% 0.37% -
HSV(B) 29.84º 1% 0.74% -
XYZ 24.99 18.82 2.32 -
YUV 111.69 64.97 183.14 -
System Red Green Blue C M Y K H S L
Decimal 189 94 0 0 0.50 1 0.26 29.84 1 0.37
Hex BD 5E 0 0 32 64 1A 1E 64 25
Octal 275 136 0 0 62 144 32 36 144 45
Binary 10111101 1011110 0 0 110010 1100100 11010 11110 1100100 100101

Color Harmonies of #BD5E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E00

Black with #BD5E00

Text Example


Text Example

White with #BD5E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E00; }

 p { color: rgb(189,94,0); }

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

background-color css

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

 a { background-color: rgb(189,94,0); }

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

border-color css

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

 span { border-color: rgb(189,94,0); }

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