Html Css Color HEX #BD6505 Tenne (Tawny)

📋 copy color: '#BD6505'

red 189 ◦ green 101 ◦ blue 5

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

Shades of Tenne (Tawny) #BD6505

Tints of Tenne (Tawny) #BD6505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 64.07%
G = 34.24%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD6505 (or 0xBD6505) is known color: Tenne (Tawny). HEX triplet: BD, 65 and 05. RGB value is (189,101,5). Sum of RGB (Red+Green+Blue) = 189+101+5=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6505 is #429AFA. Grayscale: #747474. Windows color (decimal): -4365051 or 353725. OLE color: 353725.

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

Color convert

RGB 189 101 5 -
CMYK 0 0.47 0.97 0.26
HSL 31.3º 0.95% 0.38% -
HSV(B) 31.3º 0.97% 0.74% -
XYZ 25.67 20.14 2.68 -
YUV 116.37 65.15 179.81 -
System Red Green Blue C M Y K H S L
Decimal 189 101 5 0 0.47 0.97 0.26 31.3 0.95 0.38
Hex BD 65 5 0 2F 61 1A 1F 5F 26
Octal 275 145 5 0 57 141 32 37 137 46
Binary 10111101 1100101 101 0 101111 1100001 11010 11111 1011111 100110

Color Harmonies of #BD6505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6505

Black with #BD6505

Text Example


Text Example

White with #BD6505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6505; }

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

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

background-color css

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

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

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

border-color css

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

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

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