Html Css Color HEX #BC8153 Twine

📋 copy color: '#BC8153'

red 188 ◦ green 129 ◦ blue 83

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

Shades of Twine #BC8153

Tints of Twine #BC8153

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

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

R = 47%
G = 32.25%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC8153 (or 0xBC8153) is known color: Twine. HEX triplet: BC, 81 and 53. RGB value is (188,129,83). Sum of RGB (Red+Green+Blue) = 188+129+83=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8153 is #437EAC. Grayscale: #8D8D8D. Windows color (decimal): -4423341 or 5472700. OLE color: 5472700.

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

Color convert

RGB 188 129 83 -
CMYK 0 0.31 0.56 0.26
HSL 26.29º 0.44% 0.53% -
HSV(B) 26.29º 0.56% 0.74% -
XYZ 30.15 27.02 11.81 -
YUV 141.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 188 129 83 0 0.31 0.56 0.26 26.29 0.44 0.53
Hex BC 81 53 0 1F 38 1A 1A 2C 35
Octal 274 201 123 0 37 70 32 32 54 65
Binary 10111100 10000001 1010011 0 11111 111000 11010 11010 101100 110101

Color Harmonies of #BC8153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8153

Black with #BC8153

Text Example


Text Example

White with #BC8153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8153; }

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

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

background-color css

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

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

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

border-color css

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

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

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