Html Css Color HEX #BC6B03 Tenne (Tawny)

📋 copy color: '#BC6B03'

red 188 ◦ green 107 ◦ blue 3

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

Shades of Tenne (Tawny) #BC6B03

Tints of Tenne (Tawny) #BC6B03

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.91%

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

R = 63.09%
G = 35.91%
B = 1.01%

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

#BC6B03 (or 0xBC6B03) is known color: Tenne (Tawny). HEX triplet: BC, 6B and 03. RGB value is (188,107,3). Sum of RGB (Red+Green+Blue) = 188+107+3=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6B03 is #4394FC. Grayscale: #777777. Windows color (decimal): -4429053 or 224188. OLE color: 224188.

HSL color Cylindrical-coordinate representation of color #BC6B03: hue angle of 33.73º 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 #BC6B03 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 107 3 -
CMYK 0 0.43 0.98 0.26
HSL 33.73º 0.97% 0.37% -
HSV(B) 33.73º 0.98% 0.74% -
XYZ 26.01 21.21 2.81 -
YUV 119.36 62.34 176.96 -
System Red Green Blue C M Y K H S L
Decimal 188 107 3 0 0.43 0.98 0.26 33.73 0.97 0.37
Hex BC 6B 3 0 2B 62 1A 22 61 25
Octal 274 153 3 0 53 142 32 42 141 45
Binary 10111100 1101011 11 0 101011 1100010 11010 100010 1100001 100101

Color Harmonies of #BC6B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B03

Black with #BC6B03

Text Example


Text Example

White with #BC6B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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