Html Css Color HEX #BD6010 Tenne (Tawny)

📋 copy color: '#BD6010'

red 189 ◦ green 96 ◦ blue 16

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

Shades of Tenne (Tawny) #BD6010

Tints of Tenne (Tawny) #BD6010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.89%

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 62.79%
G = 31.89%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD6010 (or 0xBD6010) is known color: Tenne (Tawny). HEX triplet: BD, 60 and 10. RGB value is (189,96,16). Sum of RGB (Red+Green+Blue) = 189+96+16=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6010 is #429FEF. Grayscale: #737373. Windows color (decimal): -4366320 or 1073341. OLE color: 1073341.

HSL color Cylindrical-coordinate representation of color #BD6010: hue angle of 27.75º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD6010 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 96 16 -
CMYK 0 0.49 0.92 0.26
HSL 27.75º 0.84% 0.4% -
HSV(B) 27.75º 0.92% 0.74% -
XYZ 25.26 19.22 2.87 -
YUV 114.69 72.31 181 -
System Red Green Blue C M Y K H S L
Decimal 189 96 16 0 0.49 0.92 0.26 27.75 0.84 0.4
Hex BD 60 10 0 31 5C 1A 1C 54 28
Octal 275 140 20 0 61 134 32 34 124 50
Binary 10111101 1100000 10000 0 110001 1011100 11010 11100 1010100 101000

Color Harmonies of #BD6010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6010

Black with #BD6010

Text Example


Text Example

White with #BD6010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6010; }

 p { color: rgb(189,96,16); }

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

background-color css

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

 a { background-color: rgb(189,96,16); }

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

border-color css

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

 span { border-color: rgb(189,96,16); }

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