Html Css Color HEX #BC630D Tenne (Tawny)

📋 copy color: '#BC630D'

red 188 ◦ green 99 ◦ blue 13

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

Shades of Tenne (Tawny) #BC630D

Tints of Tenne (Tawny) #BC630D

RGB

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

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

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

R = 62.67%
G = 33%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC630D (or 0xBC630D) is known color: Tenne (Tawny). HEX triplet: BC, 63 and 0D. RGB value is (188,99,13). Sum of RGB (Red+Green+Blue) = 188+99+13=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC630D is #439CF2. Grayscale: #747474. Windows color (decimal): -4431091 or 877500. OLE color: 877500.

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

Color convert

RGB 188 99 13 -
CMYK 0 0.47 0.93 0.26
HSL 29.49º 0.87% 0.39% -
HSV(B) 29.49º 0.93% 0.74% -
XYZ 25.27 19.64 2.84 -
YUV 115.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 188 99 13 0 0.47 0.93 0.26 29.49 0.87 0.39
Hex BC 63 D 0 2F 5D 1A 1D 57 27
Octal 274 143 15 0 57 135 32 35 127 47
Binary 10111100 1100011 1101 0 101111 1011101 11010 11101 1010111 100111

Color Harmonies of #BC630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC630D

Black with #BC630D

Text Example


Text Example

White with #BC630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC630D; }

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

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

background-color css

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

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

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

border-color css

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

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

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