Html Css Color HEX #BC5307 Tenne (Tawny)

📋 copy color: '#BC5307'

red 188 ◦ green 83 ◦ blue 7

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

Shades of Tenne (Tawny) #BC5307

Tints of Tenne (Tawny) #BC5307

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.86%

 BLUE value IS 7 (3.13% from 255) = 2.52%

R = 67.63%
G = 29.86%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC5307 (or 0xBC5307) is known color: Tenne (Tawny). HEX triplet: BC, 53 and 07. RGB value is (188,83,7). Sum of RGB (Red+Green+Blue) = 188+83+7=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5307 is #43ACF8. Grayscale: #6A6A6A. Windows color (decimal): -4435193 or 480188. OLE color: 480188.

HSL color Cylindrical-coordinate representation of color #BC5307: hue angle of 25.19º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC5307 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 83 7 -
CMYK 0 0.56 0.96 0.26
HSL 25.19º 0.93% 0.38% -
HSV(B) 25.19º 0.96% 0.74% -
XYZ 23.87 16.89 2.2 -
YUV 105.73 72.29 186.68 -
System Red Green Blue C M Y K H S L
Decimal 188 83 7 0 0.56 0.96 0.26 25.19 0.93 0.38
Hex BC 53 7 0 38 60 1A 19 5D 26
Octal 274 123 7 0 70 140 32 31 135 46
Binary 10111100 1010011 111 0 111000 1100000 11010 11001 1011101 100110

Color Harmonies of #BC5307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5307

Black with #BC5307

Text Example


Text Example

White with #BC5307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5307; }

 p { color: rgb(188,83,7); }

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

background-color css

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

 a { background-color: rgb(188,83,7); }

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

border-color css

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

 span { border-color: rgb(188,83,7); }

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