Html Css Color HEX #BC6A02 Tenne (Tawny)

📋 copy color: '#BC6A02'

red 188 ◦ green 106 ◦ blue 2

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

Shades of Tenne (Tawny) #BC6A02

Tints of Tenne (Tawny) #BC6A02

RGB

 RED value IS 188 (73.83% from 255) = 63.51%

 GREEN value IS 106 (41.8% from 255) = 35.81%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 63.51%
G = 35.81%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC6A02 (or 0xBC6A02) is known color: Tenne (Tawny). HEX triplet: BC, 6A and 02. RGB value is (188,106,2). Sum of RGB (Red+Green+Blue) = 188+106+2=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6A02 is #4395FD. Grayscale: #777777. Windows color (decimal): -4429310 or 158396. OLE color: 158396.

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

Color convert

RGB 188 106 2 -
CMYK 0 0.44 0.99 0.26
HSL 33.55º 0.98% 0.37% -
HSV(B) 33.55º 0.99% 0.74% -
XYZ 25.9 21 2.75 -
YUV 118.66 62.17 177.46 -
System Red Green Blue C M Y K H S L
Decimal 188 106 2 0 0.44 0.99 0.26 33.55 0.98 0.37
Hex BC 6A 2 0 2C 63 1A 22 62 25
Octal 274 152 2 0 54 143 32 42 142 45
Binary 10111100 1101010 10 0 101100 1100011 11010 100010 1100010 100101

Color Harmonies of #BC6A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A02

Black with #BC6A02

Text Example


Text Example

White with #BC6A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A02; }

 p { color: rgb(188,106,2); }

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

background-color css

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

 a { background-color: rgb(188,106,2); }

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

border-color css

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

 span { border-color: rgb(188,106,2); }

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