Html Css Color HEX #BC630B Tenne (Tawny)

📋 copy color: '#BC630B'

red 188 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #BC630B

Tints of Tenne (Tawny) #BC630B

RGB

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

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

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

R = 63.09%
G = 33.22%
B = 3.69%

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

#BC630B (or 0xBC630B) is known color: Tenne (Tawny). HEX triplet: BC, 63 and 0B. RGB value is (188,99,11). Sum of RGB (Red+Green+Blue) = 188+99+11=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC630B is #439CF4. Grayscale: #747474. Windows color (decimal): -4431093 or 746428. OLE color: 746428.

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

Color convert

RGB 188 99 11 -
CMYK 0 0.47 0.94 0.26
HSL 29.83º 0.89% 0.39% -
HSV(B) 29.83º 0.94% 0.74% -
XYZ 25.26 19.64 2.78 -
YUV 115.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 188 99 11 0 0.47 0.94 0.26 29.83 0.89 0.39
Hex BC 63 B 0 2F 5E 1A 1E 59 27
Octal 274 143 13 0 57 136 32 36 131 47
Binary 10111100 1100011 1011 0 101111 1011110 11010 11110 1011001 100111

Color Harmonies of #BC630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC630B

Black with #BC630B

Text Example


Text Example

White with #BC630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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