Html Css Color HEX #BD680C Tenne (Tawny)

📋 copy color: '#BD680C'

red 189 ◦ green 104 ◦ blue 12

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

Shades of Tenne (Tawny) #BD680C

Tints of Tenne (Tawny) #BD680C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.93%

R = 61.97%
G = 34.1%
B = 3.93%

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

#BD680C (or 0xBD680C) is known color: Tenne (Tawny). HEX triplet: BD, 68 and 0C. RGB value is (189,104,12). Sum of RGB (Red+Green+Blue) = 189+104+12=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD680C is #4297F3. Grayscale: #777777. Windows color (decimal): -4364276 or 813245. OLE color: 813245.

HSL color Cylindrical-coordinate representation of color #BD680C: hue angle of 31.19º degrees, saturation: 0.88, 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 #BD680C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 104 12 -
CMYK 0 0.45 0.94 0.26
HSL 31.19º 0.88% 0.39% -
HSV(B) 31.19º 0.94% 0.74% -
XYZ 26 20.75 2.98 -
YUV 118.93 67.66 177.98 -
System Red Green Blue C M Y K H S L
Decimal 189 104 12 0 0.45 0.94 0.26 31.19 0.88 0.39
Hex BD 68 C 0 2D 5E 1A 1F 58 27
Octal 275 150 14 0 55 136 32 37 130 47
Binary 10111101 1101000 1100 0 101101 1011110 11010 11111 1011000 100111

Color Harmonies of #BD680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD680C

Black with #BD680C

Text Example


Text Example

White with #BD680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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