Html Css Color HEX #BD6507 Tenne (Tawny)

📋 copy color: '#BD6507'

red 189 ◦ green 101 ◦ blue 7

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

Shades of Tenne (Tawny) #BD6507

Tints of Tenne (Tawny) #BD6507

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

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

R = 63.64%
G = 34.01%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD6507 (or 0xBD6507) is known color: Tenne (Tawny). HEX triplet: BD, 65 and 07. RGB value is (189,101,7). Sum of RGB (Red+Green+Blue) = 189+101+7=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6507 is #429AF8. Grayscale: #757575. Windows color (decimal): -4365049 or 484797. OLE color: 484797.

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

Color convert

RGB 189 101 7 -
CMYK 0 0.47 0.96 0.26
HSL 30.99º 0.93% 0.38% -
HSV(B) 30.99º 0.96% 0.74% -
XYZ 25.68 20.14 2.74 -
YUV 116.6 66.15 179.64 -
System Red Green Blue C M Y K H S L
Decimal 189 101 7 0 0.47 0.96 0.26 30.99 0.93 0.38
Hex BD 65 7 0 2F 60 1A 1F 5D 26
Octal 275 145 7 0 57 140 32 37 135 46
Binary 10111101 1100101 111 0 101111 1100000 11010 11111 1011101 100110

Color Harmonies of #BD6507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6507

Black with #BD6507

Text Example


Text Example

White with #BD6507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6507; }

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

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

background-color css

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

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

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

border-color css

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

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

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