Html Css Color HEX #BD6C00 Tenne (Tawny)

📋 copy color: '#BD6C00'

red 189 ◦ green 108 ◦ blue 0

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

Shades of Tenne (Tawny) #BD6C00

Tints of Tenne (Tawny) #BD6C00

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.64%
G = 36.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD6C00 (or 0xBD6C00) is known color: Tenne (Tawny). HEX triplet: BD, 6C and 00. RGB value is (189,108,0). Sum of RGB (Red+Green+Blue) = 189+108+0=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6C00 is #4293FF. Grayscale: #787878. Windows color (decimal): -4363264 or 27837. OLE color: 27837.

HSL color Cylindrical-coordinate representation of color #BD6C00: hue angle of 34.29º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD6C00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 108 0 -
CMYK 0 0.43 1 0.26
HSL 34.29º 1% 0.37% -
HSV(B) 34.29º 1% 0.74% -
XYZ 26.35 21.54 2.77 -
YUV 119.91 60.34 177.28 -
System Red Green Blue C M Y K H S L
Decimal 189 108 0 0 0.43 1 0.26 34.29 1 0.37
Hex BD 6C 0 0 2B 64 1A 22 64 25
Octal 275 154 0 0 53 144 32 42 144 45
Binary 10111101 1101100 0 0 101011 1100100 11010 100010 1100100 100101

Color Harmonies of #BD6C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6C00

Black with #BD6C00

Text Example


Text Example

White with #BD6C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6C00; }

 p { color: rgb(189,108,0); }

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

background-color css

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

 a { background-color: rgb(189,108,0); }

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

border-color css

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

 span { border-color: rgb(189,108,0); }

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