Html Css Color HEX #BC6B02 Tenne (Tawny)

📋 copy color: '#BC6B02'

red 188 ◦ green 107 ◦ blue 2

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

Shades of Tenne (Tawny) #BC6B02

Tints of Tenne (Tawny) #BC6B02

RGB

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

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

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

R = 63.3%
G = 36.03%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC6B02 (or 0xBC6B02) is known color: Tenne (Tawny). HEX triplet: BC, 6B and 02. RGB value is (188,107,2). Sum of RGB (Red+Green+Blue) = 188+107+2=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6B02 is #4394FD. Grayscale: #777777. Windows color (decimal): -4429054 or 158652. OLE color: 158652.

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

Color convert

RGB 188 107 2 -
CMYK 0 0.43 0.99 0.26
HSL 33.87º 0.98% 0.37% -
HSV(B) 33.87º 0.99% 0.74% -
XYZ 26.01 21.21 2.78 -
YUV 119.25 61.84 177.04 -
System Red Green Blue C M Y K H S L
Decimal 188 107 2 0 0.43 0.99 0.26 33.87 0.98 0.37
Hex BC 6B 2 0 2B 63 1A 22 62 25
Octal 274 153 2 0 53 143 32 42 142 45
Binary 10111100 1101011 10 0 101011 1100011 11010 100010 1100010 100101

Color Harmonies of #BC6B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B02

Black with #BC6B02

Text Example


Text Example

White with #BC6B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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