Html Css Color HEX #BC5703 Tenne (Tawny)

📋 copy color: '#BC5703'

red 188 ◦ green 87 ◦ blue 3

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

Shades of Tenne (Tawny) #BC5703

Tints of Tenne (Tawny) #BC5703

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.29%

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 67.63%
G = 31.29%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC5703 (or 0xBC5703) is known color: Tenne (Tawny). HEX triplet: BC, 57 and 03. RGB value is (188,87,3). Sum of RGB (Red+Green+Blue) = 188+87+3=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5703 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5703 is #43A8FC. Grayscale: #6C6C6C. Windows color (decimal): -4434173 or 219068. OLE color: 219068.

HSL color Cylindrical-coordinate representation of color #BC5703: hue angle of 27.24º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC5703 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 87 3 -
CMYK 0 0.54 0.98 0.26
HSL 27.24º 0.97% 0.37% -
HSV(B) 27.24º 0.98% 0.74% -
XYZ 24.16 17.51 2.19 -
YUV 107.62 68.96 185.33 -
System Red Green Blue C M Y K H S L
Decimal 188 87 3 0 0.54 0.98 0.26 27.24 0.97 0.37
Hex BC 57 3 0 36 62 1A 1B 61 25
Octal 274 127 3 0 66 142 32 33 141 45
Binary 10111100 1010111 11 0 110110 1100010 11010 11011 1100001 100101

Color Harmonies of #BC5703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5703

Black with #BC5703

Text Example


Text Example

White with #BC5703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5703; }

 p { color: rgb(188,87,3); }

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

background-color css

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

 a { background-color: rgb(188,87,3); }

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

border-color css

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

 span { border-color: rgb(188,87,3); }

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