Html Css Color HEX #BD5F00 Tenne (Tawny)

📋 copy color: '#BD5F00'

red 189 ◦ green 95 ◦ blue 0

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

Shades of Tenne (Tawny) #BD5F00

Tints of Tenne (Tawny) #BD5F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.45%

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

R = 66.55%
G = 33.45%
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

#BD5F00 (or 0xBD5F00) is known color: Tenne (Tawny). HEX triplet: BD, 5F and 00. RGB value is (189,95,0). Sum of RGB (Red+Green+Blue) = 189+95+0=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5F00 is #42A0FF. Grayscale: #707070. Windows color (decimal): -4366592 or 24509. OLE color: 24509.

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

Color convert

RGB 189 95 0 -
CMYK 0 0.50 1 0.26
HSL 30.16º 1% 0.37% -
HSV(B) 30.16º 1% 0.74% -
XYZ 25.08 19 2.35 -
YUV 112.28 64.64 182.72 -
System Red Green Blue C M Y K H S L
Decimal 189 95 0 0 0.50 1 0.26 30.16 1 0.37
Hex BD 5F 0 0 32 64 1A 1E 64 25
Octal 275 137 0 0 62 144 32 36 144 45
Binary 10111101 1011111 0 0 110010 1100100 11010 11110 1100100 100101

Color Harmonies of #BD5F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5F00

Black with #BD5F00

Text Example


Text Example

White with #BD5F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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