Html Css Color HEX #BC630C Tenne (Tawny)

📋 copy color: '#BC630C'

red 188 ◦ green 99 ◦ blue 12

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

Shades of Tenne (Tawny) #BC630C

Tints of Tenne (Tawny) #BC630C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.11%

 BLUE value IS 12 (5.08% from 255) = 4.01%

R = 62.88%
G = 33.11%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC630C (or 0xBC630C) is known color: Tenne (Tawny). HEX triplet: BC, 63 and 0C. RGB value is (188,99,12). Sum of RGB (Red+Green+Blue) = 188+99+12=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC630C is #439CF3. Grayscale: #747474. Windows color (decimal): -4431092 or 811964. OLE color: 811964.

HSL color Cylindrical-coordinate representation of color #BC630C: hue angle of 29.66º degrees, saturation: 0.88, 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 #BC630C is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 12 -
CMYK 0 0.47 0.94 0.26
HSL 29.66º 0.88% 0.39% -
HSV(B) 29.66º 0.94% 0.74% -
XYZ 25.27 19.64 2.81 -
YUV 115.69 69.49 179.57 -
System Red Green Blue C M Y K H S L
Decimal 188 99 12 0 0.47 0.94 0.26 29.66 0.88 0.39
Hex BC 63 C 0 2F 5E 1A 1E 58 27
Octal 274 143 14 0 57 136 32 36 130 47
Binary 10111100 1100011 1100 0 101111 1011110 11010 11110 1011000 100111

Color Harmonies of #BC630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC630C

Black with #BC630C

Text Example


Text Example

White with #BC630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC630C; }

 p { color: rgb(188,99,12); }

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

background-color css

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

 a { background-color: rgb(188,99,12); }

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

border-color css

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

 span { border-color: rgb(188,99,12); }

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