Html Css Color HEX #BC670A Tenne (Tawny)

📋 copy color: '#BC670A'

red 188 ◦ green 103 ◦ blue 10

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

Shades of Tenne (Tawny) #BC670A

Tints of Tenne (Tawny) #BC670A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.22%

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 62.46%
G = 34.22%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC670A (or 0xBC670A) is known color: Tenne (Tawny). HEX triplet: BC, 67 and 0A. RGB value is (188,103,10). Sum of RGB (Red+Green+Blue) = 188+103+10=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC670A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC670A is #4398F5. Grayscale: #767676. Windows color (decimal): -4430070 or 681916. OLE color: 681916.

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

Color convert

RGB 188 103 10 -
CMYK 0 0.45 0.95 0.26
HSL 31.35º 0.9% 0.39% -
HSV(B) 31.35º 0.95% 0.74% -
XYZ 25.64 20.41 2.88 -
YUV 117.81 67.16 178.06 -
System Red Green Blue C M Y K H S L
Decimal 188 103 10 0 0.45 0.95 0.26 31.35 0.9 0.39
Hex BC 67 A 0 2D 5F 1A 1F 5A 27
Octal 274 147 12 0 55 137 32 37 132 47
Binary 10111100 1100111 1010 0 101101 1011111 11010 11111 1011010 100111

Color Harmonies of #BC670A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC670A

Black with #BC670A

Text Example


Text Example

White with #BC670A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC670A; }

 p { color: rgb(188,103,10); }

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

background-color css

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

 a { background-color: rgb(188,103,10); }

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

border-color css

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

 span { border-color: rgb(188,103,10); }

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