Html Css Color HEX #BC600B Tenne (Tawny)

📋 copy color: '#BC600B'

red 188 ◦ green 96 ◦ blue 11

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

Shades of Tenne (Tawny) #BC600B

Tints of Tenne (Tawny) #BC600B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

 BLUE value IS 11 (4.69% from 255) = 3.73%

R = 63.73%
G = 32.54%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC600B (or 0xBC600B) is known color: Tenne (Tawny). HEX triplet: BC, 60 and 0B. RGB value is (188,96,11). Sum of RGB (Red+Green+Blue) = 188+96+11=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC600B is #439FF4. Grayscale: #727272. Windows color (decimal): -4431861 or 745660. OLE color: 745660.

HSL color Cylindrical-coordinate representation of color #BC600B: hue angle of 28.81º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC600B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 96 11 -
CMYK 0 0.49 0.94 0.26
HSL 28.81º 0.89% 0.39% -
HSV(B) 28.81º 0.94% 0.74% -
XYZ 24.98 19.08 2.68 -
YUV 113.82 69.98 180.91 -
System Red Green Blue C M Y K H S L
Decimal 188 96 11 0 0.49 0.94 0.26 28.81 0.89 0.39
Hex BC 60 B 0 31 5E 1A 1D 59 27
Octal 274 140 13 0 61 136 32 35 131 47
Binary 10111100 1100000 1011 0 110001 1011110 11010 11101 1011001 100111

Color Harmonies of #BC600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC600B

Black with #BC600B

Text Example


Text Example

White with #BC600B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC600B; }

 p { color: rgb(188,96,11); }

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

background-color css

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

 a { background-color: rgb(188,96,11); }

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

border-color css

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

 span { border-color: rgb(188,96,11); }

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