Html Css Color HEX #BD5100 Tenne (Tawny)

📋 copy color: '#BD5100'

red 189 ◦ green 81 ◦ blue 0

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

Shades of Tenne (Tawny) #BD5100

Tints of Tenne (Tawny) #BD5100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30%

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

R = 70%
G = 30%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD5100 (or 0xBD5100) is known color: Tenne (Tawny). HEX triplet: BD, 51 and 00. RGB value is (189,81,0). Sum of RGB (Red+Green+Blue) = 189+81+0=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5100 is #42AEFF. Grayscale: #686868. Windows color (decimal): -4370176 or 20925. OLE color: 20925.

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

Color convert

RGB 189 81 0 -
CMYK 0 0.57 1 0.26
HSL 25.71º 1% 0.37% -
HSV(B) 25.71º 1% 0.74% -
XYZ 23.93 16.7 1.96 -
YUV 104.06 69.28 188.59 -
System Red Green Blue C M Y K H S L
Decimal 189 81 0 0 0.57 1 0.26 25.71 1 0.37
Hex BD 51 0 0 39 64 1A 1A 64 25
Octal 275 121 0 0 71 144 32 32 144 45
Binary 10111101 1010001 0 0 111001 1100100 11010 11010 1100100 100101

Color Harmonies of #BD5100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5100

Black with #BD5100

Text Example


Text Example

White with #BD5100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5100; }

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

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

background-color css

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

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

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

border-color css

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

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

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