Html Css Color HEX #BC6C03 Tenne (Tawny)

📋 copy color: '#BC6C03'

red 188 ◦ green 108 ◦ blue 3

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

Shades of Tenne (Tawny) #BC6C03

Tints of Tenne (Tawny) #BC6C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 62.88%
G = 36.12%
B = 1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC6C03 (or 0xBC6C03) is known color: Tenne (Tawny). HEX triplet: BC, 6C and 03. RGB value is (188,108,3). Sum of RGB (Red+Green+Blue) = 188+108+3=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6C03 is #4393FC. Grayscale: #787878. Windows color (decimal): -4428797 or 224444. OLE color: 224444.

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

Color convert

RGB 188 108 3 -
CMYK 0 0.43 0.98 0.26
HSL 34.05º 0.97% 0.37% -
HSV(B) 34.05º 0.98% 0.74% -
XYZ 26.12 21.42 2.84 -
YUV 119.95 62 176.54 -
System Red Green Blue C M Y K H S L
Decimal 188 108 3 0 0.43 0.98 0.26 34.05 0.97 0.37
Hex BC 6C 3 0 2B 62 1A 22 61 25
Octal 274 154 3 0 53 142 32 42 141 45
Binary 10111100 1101100 11 0 101011 1100010 11010 100010 1100001 100101

Color Harmonies of #BC6C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C03

Black with #BC6C03

Text Example


Text Example

White with #BC6C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C03; }

 p { color: rgb(188,108,3); }

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

background-color css

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

 a { background-color: rgb(188,108,3); }

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

border-color css

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

 span { border-color: rgb(188,108,3); }

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