Html Css Color HEX #BC5308 Tenne (Tawny)

📋 copy color: '#BC5308'

red 188 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #BC5308

Tints of Tenne (Tawny) #BC5308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.87%

R = 67.38%
G = 29.75%
B = 2.87%

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

#BC5308 (or 0xBC5308) is known color: Tenne (Tawny). HEX triplet: BC, 53 and 08. RGB value is (188,83,8). Sum of RGB (Red+Green+Blue) = 188+83+8=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5308 is #43ACF7. Grayscale: #6A6A6A. Windows color (decimal): -4435192 or 545724. OLE color: 545724.

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

Color convert

RGB 188 83 8 -
CMYK 0 0.56 0.96 0.26
HSL 25º 0.92% 0.38% -
HSV(B) 25º 0.96% 0.74% -
XYZ 23.88 16.9 2.23 -
YUV 105.85 72.79 186.6 -
System Red Green Blue C M Y K H S L
Decimal 188 83 8 0 0.56 0.96 0.26 25 0.92 0.38
Hex BC 53 8 0 38 60 1A 19 5C 26
Octal 274 123 10 0 70 140 32 31 134 46
Binary 10111100 1010011 1000 0 111000 1100000 11010 11001 1011100 100110

Color Harmonies of #BC5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5308

Black with #BC5308

Text Example


Text Example

White with #BC5308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5308; }

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

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

background-color css

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

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

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

border-color css

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

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

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