Html Css Color HEX #BC9253 Twine

📋 copy color: '#BC9253'

red 188 ◦ green 146 ◦ blue 83

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

Shades of Twine #BC9253

Tints of Twine #BC9253

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.01%

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

R = 45.08%
G = 35.01%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC9253 (or 0xBC9253) is known color: Twine. HEX triplet: BC, 92 and 53. RGB value is (188,146,83). Sum of RGB (Red+Green+Blue) = 188+146+83=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9253 is #436DAC. Grayscale: #979797. Windows color (decimal): -4418989 or 5477052. OLE color: 5477052.

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

Color convert

RGB 188 146 83 -
CMYK 0 0.22 0.56 0.26
HSL 36º 0.44% 0.53% -
HSV(B) 36º 0.56% 0.74% -
XYZ 32.58 31.87 12.62 -
YUV 151.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 188 146 83 0 0.22 0.56 0.26 36 0.44 0.53
Hex BC 92 53 0 16 38 1A 24 2C 35
Octal 274 222 123 0 26 70 32 44 54 65
Binary 10111100 10010010 1010011 0 10110 111000 11010 100100 101100 110101

Color Harmonies of #BC9253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9253

Black with #BC9253

Text Example


Text Example

White with #BC9253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9253; }

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

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

background-color css

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

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

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

border-color css

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

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

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