Html Css Color HEX #BC9453 Twine

📋 copy color: '#BC9453'

red 188 ◦ green 148 ◦ blue 83

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

Shades of Twine #BC9453

Tints of Twine #BC9453

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

 BLUE value IS 83 (32.81% from 255) = 19.81%

R = 44.87%
G = 35.32%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC9453 (or 0xBC9453) is known color: Twine. HEX triplet: BC, 94 and 53. RGB value is (188,148,83). Sum of RGB (Red+Green+Blue) = 188+148+83=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9453 is #436BAC. Grayscale: #989898. Windows color (decimal): -4418477 or 5477564. OLE color: 5477564.

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

Color convert

RGB 188 148 83 -
CMYK 0 0.21 0.56 0.26
HSL 37.14º 0.44% 0.53% -
HSV(B) 37.14º 0.56% 0.74% -
XYZ 32.89 32.5 12.72 -
YUV 152.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 188 148 83 0 0.21 0.56 0.26 37.14 0.44 0.53
Hex BC 94 53 0 15 38 1A 25 2C 35
Octal 274 224 123 0 25 70 32 45 54 65
Binary 10111100 10010100 1010011 0 10101 111000 11010 100101 101100 110101

Color Harmonies of #BC9453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9453

Black with #BC9453

Text Example


Text Example

White with #BC9453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9453; }

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

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

background-color css

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

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

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

border-color css

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

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

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