Html Css Color HEX #BD680B Tenne (Tawny)

📋 copy color: '#BD680B'

red 189 ◦ green 104 ◦ blue 11

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

Shades of Tenne (Tawny) #BD680B

Tints of Tenne (Tawny) #BD680B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

 BLUE value IS 11 (4.69% from 255) = 3.62%

R = 62.17%
G = 34.21%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD680B (or 0xBD680B) is known color: Tenne (Tawny). HEX triplet: BD, 68 and 0B. RGB value is (189,104,11). Sum of RGB (Red+Green+Blue) = 189+104+11=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD680B is #4297F4. Grayscale: #777777. Windows color (decimal): -4364277 or 747709. OLE color: 747709.

HSL color Cylindrical-coordinate representation of color #BD680B: hue angle of 31.35º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD680B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 104 11 -
CMYK 0 0.45 0.94 0.26
HSL 31.35º 0.89% 0.39% -
HSV(B) 31.35º 0.94% 0.74% -
XYZ 26 20.74 2.95 -
YUV 118.81 67.16 178.06 -
System Red Green Blue C M Y K H S L
Decimal 189 104 11 0 0.45 0.94 0.26 31.35 0.89 0.39
Hex BD 68 B 0 2D 5E 1A 1F 59 27
Octal 275 150 13 0 55 136 32 37 131 47
Binary 10111101 1101000 1011 0 101101 1011110 11010 11111 1011001 100111

Color Harmonies of #BD680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD680B

Black with #BD680B

Text Example


Text Example

White with #BD680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD680B; }

 p { color: rgb(189,104,11); }

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

background-color css

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

 a { background-color: rgb(189,104,11); }

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

border-color css

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

 span { border-color: rgb(189,104,11); }

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