Html Css Color HEX #BC6B00 Tenne (Tawny)

📋 copy color: '#BC6B00'

red 188 ◦ green 107 ◦ blue 0

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

Shades of Tenne (Tawny) #BC6B00

Tints of Tenne (Tawny) #BC6B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.73%
G = 36.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC6B00 (or 0xBC6B00) is known color: Tenne (Tawny). HEX triplet: BC, 6B and 00. RGB value is (188,107,0). Sum of RGB (Red+Green+Blue) = 188+107+0=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6B00 is #4394FF. Grayscale: #777777. Windows color (decimal): -4429056 or 27580. OLE color: 27580.

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

Color convert

RGB 188 107 0 -
CMYK 0 0.43 1 0.26
HSL 34.15º 1% 0.37% -
HSV(B) 34.15º 1% 0.74% -
XYZ 26 21.21 2.72 -
YUV 119.02 60.84 177.2 -
System Red Green Blue C M Y K H S L
Decimal 188 107 0 0 0.43 1 0.26 34.15 1 0.37
Hex BC 6B 0 0 2B 64 1A 22 64 25
Octal 274 153 0 0 53 144 32 42 144 45
Binary 10111100 1101011 0 0 101011 1100100 11010 100010 1100100 100101

Color Harmonies of #BC6B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B00

Black with #BC6B00

Text Example


Text Example

White with #BC6B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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