Html Css Color HEX #BD5E07 Tenne (Tawny)

📋 copy color: '#BD5E07'

red 189 ◦ green 94 ◦ blue 7

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

Shades of Tenne (Tawny) #BD5E07

Tints of Tenne (Tawny) #BD5E07

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

 BLUE value IS 7 (3.13% from 255) = 2.41%

R = 65.17%
G = 32.41%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD5E07 (or 0xBD5E07) is known color: Tenne (Tawny). HEX triplet: BD, 5E and 07. RGB value is (189,94,7). Sum of RGB (Red+Green+Blue) = 189+94+7=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5E07 is #42A1F8. Grayscale: #707070. Windows color (decimal): -4366841 or 483005. OLE color: 483005.

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

Color convert

RGB 189 94 7 -
CMYK 0 0.50 0.96 0.26
HSL 28.68º 0.93% 0.38% -
HSV(B) 28.68º 0.96% 0.74% -
XYZ 25.03 18.84 2.52 -
YUV 112.49 68.47 182.57 -
System Red Green Blue C M Y K H S L
Decimal 189 94 7 0 0.50 0.96 0.26 28.68 0.93 0.38
Hex BD 5E 7 0 32 60 1A 1D 5D 26
Octal 275 136 7 0 62 140 32 35 135 46
Binary 10111101 1011110 111 0 110010 1100000 11010 11101 1011101 100110

Color Harmonies of #BD5E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E07

Black with #BD5E07

Text Example


Text Example

White with #BD5E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E07; }

 p { color: rgb(189,94,7); }

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

background-color css

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

 a { background-color: rgb(189,94,7); }

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

border-color css

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

 span { border-color: rgb(189,94,7); }

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