Html Css Color HEX #BC600D Tenne (Tawny)

📋 copy color: '#BC600D'

red 188 ◦ green 96 ◦ blue 13

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

Shades of Tenne (Tawny) #BC600D

Tints of Tenne (Tawny) #BC600D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.38%

R = 63.3%
G = 32.32%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC600D (or 0xBC600D) is known color: Tenne (Tawny). HEX triplet: BC, 60 and 0D. RGB value is (188,96,13). Sum of RGB (Red+Green+Blue) = 188+96+13=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC600D is #439FF2. Grayscale: #727272. Windows color (decimal): -4431859 or 876732. OLE color: 876732.

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

Color convert

RGB 188 96 13 -
CMYK 0 0.49 0.93 0.26
HSL 28.46º 0.87% 0.39% -
HSV(B) 28.46º 0.93% 0.74% -
XYZ 24.99 19.09 2.75 -
YUV 114.05 70.98 180.75 -
System Red Green Blue C M Y K H S L
Decimal 188 96 13 0 0.49 0.93 0.26 28.46 0.87 0.39
Hex BC 60 D 0 31 5D 1A 1C 57 27
Octal 274 140 15 0 61 135 32 34 127 47
Binary 10111100 1100000 1101 0 110001 1011101 11010 11100 1010111 100111

Color Harmonies of #BC600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC600D

Black with #BC600D

Text Example


Text Example

White with #BC600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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