Html Css Color HEX #BC630F Tenne (Tawny)

📋 copy color: '#BC630F'

red 188 ◦ green 99 ◦ blue 15

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

Shades of Tenne (Tawny) #BC630F

Tints of Tenne (Tawny) #BC630F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.97%

R = 62.25%
G = 32.78%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC630F (or 0xBC630F) is known color: Tenne (Tawny). HEX triplet: BC, 63 and 0F. RGB value is (188,99,15). Sum of RGB (Red+Green+Blue) = 188+99+15=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC630F is #439CF0. Grayscale: #747474. Windows color (decimal): -4431089 or 1008572. OLE color: 1008572.

HSL color Cylindrical-coordinate representation of color #BC630F: hue angle of 29.13º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC630F is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 15 -
CMYK 0 0.47 0.92 0.26
HSL 29.13º 0.85% 0.4% -
HSV(B) 29.13º 0.92% 0.74% -
XYZ 25.29 19.65 2.91 -
YUV 116.04 70.99 179.33 -
System Red Green Blue C M Y K H S L
Decimal 188 99 15 0 0.47 0.92 0.26 29.13 0.85 0.4
Hex BC 63 F 0 2F 5C 1A 1D 55 28
Octal 274 143 17 0 57 134 32 35 125 50
Binary 10111100 1100011 1111 0 101111 1011100 11010 11101 1010101 101000

Color Harmonies of #BC630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC630F

Black with #BC630F

Text Example


Text Example

White with #BC630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC630F; }

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

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

background-color css

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

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

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

border-color css

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

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

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