Html Css Color HEX #BC5908 Tenne (Tawny)

📋 copy color: '#BC5908'

red 188 ◦ green 89 ◦ blue 8

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

Shades of Tenne (Tawny) #BC5908

Tints of Tenne (Tawny) #BC5908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.23%

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

R = 65.96%
G = 31.23%
B = 2.81%

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

#BC5908 (or 0xBC5908) is known color: Tenne (Tawny). HEX triplet: BC, 59 and 08. RGB value is (188,89,8). Sum of RGB (Red+Green+Blue) = 188+89+8=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5908 is #43A6F7. Grayscale: #6D6D6D. Windows color (decimal): -4433656 or 547260. OLE color: 547260.

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

Color convert

RGB 188 89 8 -
CMYK 0 0.53 0.96 0.26
HSL 27º 0.92% 0.38% -
HSV(B) 27º 0.96% 0.74% -
XYZ 24.36 17.85 2.39 -
YUV 109.37 70.8 184.09 -
System Red Green Blue C M Y K H S L
Decimal 188 89 8 0 0.53 0.96 0.26 27 0.92 0.38
Hex BC 59 8 0 35 60 1A 1B 5C 26
Octal 274 131 10 0 65 140 32 33 134 46
Binary 10111100 1011001 1000 0 110101 1100000 11010 11011 1011100 100110

Color Harmonies of #BC5908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5908

Black with #BC5908

Text Example


Text Example

White with #BC5908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5908; }

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

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

background-color css

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

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

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

border-color css

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

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

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