Html Css Color HEX #BD5306 Tenne (Tawny)

📋 copy color: '#BD5306'

red 189 ◦ green 83 ◦ blue 6

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

Shades of Tenne (Tawny) #BD5306

Tints of Tenne (Tawny) #BD5306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.86%

 BLUE value IS 6 (2.73% from 255) = 2.16%

R = 67.99%
G = 29.86%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD5306 (or 0xBD5306) is known color: Tenne (Tawny). HEX triplet: BD, 53 and 06. RGB value is (189,83,6). Sum of RGB (Red+Green+Blue) = 189+83+6=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5306 is #42ACF9. Grayscale: #6A6A6A. Windows color (decimal): -4369658 or 414653. OLE color: 414653.

HSL color Cylindrical-coordinate representation of color #BD5306: hue angle of 25.25º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD5306 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 83 6 -
CMYK 0 0.56 0.97 0.26
HSL 25.25º 0.94% 0.38% -
HSV(B) 25.25º 0.97% 0.74% -
XYZ 24.11 17.02 2.19 -
YUV 105.92 71.62 187.26 -
System Red Green Blue C M Y K H S L
Decimal 189 83 6 0 0.56 0.97 0.26 25.25 0.94 0.38
Hex BD 53 6 0 38 61 1A 19 5E 26
Octal 275 123 6 0 70 141 32 31 136 46
Binary 10111101 1010011 110 0 111000 1100001 11010 11001 1011110 100110

Color Harmonies of #BD5306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5306

Black with #BD5306

Text Example


Text Example

White with #BD5306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5306; }

 p { color: rgb(189,83,6); }

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

background-color css

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

 a { background-color: rgb(189,83,6); }

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

border-color css

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

 span { border-color: rgb(189,83,6); }

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