Html Css Color HEX #BC8B5A Twine

📋 copy color: '#BC8B5A'

red 188 ◦ green 139 ◦ blue 90

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

Shades of Twine #BC8B5A

Tints of Twine #BC8B5A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.33%

 BLUE value IS 90 (35.55% from 255) = 21.58%

R = 45.08%
G = 33.33%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC8B5A (or 0xBC8B5A) is known color: Twine. HEX triplet: BC, 8B and 5A. RGB value is (188,139,90). Sum of RGB (Red+Green+Blue) = 188+139+90=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B5A is #4374A5. Grayscale: #949494. Windows color (decimal): -4420774 or 5934012. OLE color: 5934012.

HSL color Cylindrical-coordinate representation of color #BC8B5A: hue angle of 30º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC8B5A is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 139 90 -
CMYK 0 0.26 0.52 0.26
HSL 30º 0.42% 0.55% -
HSV(B) 30º 0.52% 0.74% -
XYZ 31.82 29.89 13.77 -
YUV 148.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 188 139 90 0 0.26 0.52 0.26 30 0.42 0.55
Hex BC 8B 5A 0 1A 34 1A 1E 2A 37
Octal 274 213 132 0 32 64 32 36 52 67
Binary 10111100 10001011 1011010 0 11010 110100 11010 11110 101010 110111

Color Harmonies of #BC8B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B5A

Black with #BC8B5A

Text Example


Text Example

White with #BC8B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B5A; }

 p { color: rgb(188,139,90); }

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

background-color css

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

 a { background-color: rgb(188,139,90); }

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

border-color css

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

 span { border-color: rgb(188,139,90); }

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