Html Css Color HEX #BD5A00 Tenne (Tawny)

📋 copy color: '#BD5A00'

red 189 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #BD5A00

Tints of Tenne (Tawny) #BD5A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.26%

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

R = 67.74%
G = 32.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD5A00 (or 0xBD5A00) is known color: Tenne (Tawny). HEX triplet: BD, 5A and 00. RGB value is (189,90,0). Sum of RGB (Red+Green+Blue) = 189+90+0=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5A00 is #42A5FF. Grayscale: #6D6D6D. Windows color (decimal): -4367872 or 23229. OLE color: 23229.

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

Color convert

RGB 189 90 0 -
CMYK 0 0.52 1 0.26
HSL 28.57º 1% 0.37% -
HSV(B) 28.57º 1% 0.74% -
XYZ 24.64 18.13 2.2 -
YUV 109.34 66.3 184.82 -
System Red Green Blue C M Y K H S L
Decimal 189 90 0 0 0.52 1 0.26 28.57 1 0.37
Hex BD 5A 0 0 34 64 1A 1D 64 25
Octal 275 132 0 0 64 144 32 35 144 45
Binary 10111101 1011010 0 0 110100 1100100 11010 11101 1100100 100101

Color Harmonies of #BD5A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5A00

Black with #BD5A00

Text Example


Text Example

White with #BD5A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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