Html Css Color HEX #BC5807 Tenne (Tawny)

📋 copy color: '#BC5807'

red 188 ◦ green 88 ◦ blue 7

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

Shades of Tenne (Tawny) #BC5807

Tints of Tenne (Tawny) #BC5807

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.1%

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

R = 66.43%
G = 31.1%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC5807 (or 0xBC5807) is known color: Tenne (Tawny). HEX triplet: BC, 58 and 07. RGB value is (188,88,7). Sum of RGB (Red+Green+Blue) = 188+88+7=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5807 is #43A7F8. Grayscale: #6D6D6D. Windows color (decimal): -4433913 or 481468. OLE color: 481468.

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

Color convert

RGB 188 88 7 -
CMYK 0 0.53 0.96 0.26
HSL 26.85º 0.93% 0.38% -
HSV(B) 26.85º 0.96% 0.74% -
XYZ 24.27 17.69 2.34 -
YUV 108.67 70.63 184.59 -
System Red Green Blue C M Y K H S L
Decimal 188 88 7 0 0.53 0.96 0.26 26.85 0.93 0.38
Hex BC 58 7 0 35 60 1A 1B 5D 26
Octal 274 130 7 0 65 140 32 33 135 46
Binary 10111100 1011000 111 0 110101 1100000 11010 11011 1011101 100110

Color Harmonies of #BC5807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5807

Black with #BC5807

Text Example


Text Example

White with #BC5807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5807; }

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

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

background-color css

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

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

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

border-color css

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

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

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