Html Css Color HEX #BD6607 Tenne (Tawny)

📋 copy color: '#BD6607'

red 189 ◦ green 102 ◦ blue 7

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

Shades of Tenne (Tawny) #BD6607

Tints of Tenne (Tawny) #BD6607

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.23%

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

R = 63.42%
G = 34.23%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD6607 (or 0xBD6607) is known color: Tenne (Tawny). HEX triplet: BD, 66 and 07. RGB value is (189,102,7). Sum of RGB (Red+Green+Blue) = 189+102+7=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6607 is #4299F8. Grayscale: #757575. Windows color (decimal): -4364793 or 485053. OLE color: 485053.

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

Color convert

RGB 189 102 7 -
CMYK 0 0.46 0.96 0.26
HSL 31.32º 0.93% 0.38% -
HSV(B) 31.32º 0.96% 0.74% -
XYZ 25.78 20.34 2.77 -
YUV 117.18 65.82 179.22 -
System Red Green Blue C M Y K H S L
Decimal 189 102 7 0 0.46 0.96 0.26 31.32 0.93 0.38
Hex BD 66 7 0 2E 60 1A 1F 5D 26
Octal 275 146 7 0 56 140 32 37 135 46
Binary 10111101 1100110 111 0 101110 1100000 11010 11111 1011101 100110

Color Harmonies of #BD6607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6607

Black with #BD6607

Text Example


Text Example

White with #BD6607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6607; }

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

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

background-color css

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

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

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

border-color css

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

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

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