Html Css Color HEX #BC8962 Twine

📋 copy color: '#BC8962'

red 188 ◦ green 137 ◦ blue 98

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

Shades of Twine #BC8962

Tints of Twine #BC8962

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.39%

 BLUE value IS 98 (38.67% from 255) = 23.17%

R = 44.44%
G = 32.39%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC8962 (or 0xBC8962) is known color: Twine. HEX triplet: BC, 89 and 62. RGB value is (188,137,98). Sum of RGB (Red+Green+Blue) = 188+137+98=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8962 is #43769D. Grayscale: #949494. Windows color (decimal): -4421278 or 6457788. OLE color: 6457788.

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

Color convert

RGB 188 137 98 -
CMYK 0 0.27 0.48 0.26
HSL 26º 0.4% 0.56% -
HSV(B) 26º 0.48% 0.74% -
XYZ 31.89 29.46 15.56 -
YUV 147.8 99.9 156.67 -
System Red Green Blue C M Y K H S L
Decimal 188 137 98 0 0.27 0.48 0.26 26 0.4 0.56
Hex BC 89 62 0 1B 30 1A 1A 28 38
Octal 274 211 142 0 33 60 32 32 50 70
Binary 10111100 10001001 1100010 0 11011 110000 11010 11010 101000 111000

Color Harmonies of #BC8962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8962

Black with #BC8962

Text Example


Text Example

White with #BC8962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8962; }

 p { color: rgb(188,137,98); }

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

background-color css

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

 a { background-color: rgb(188,137,98); }

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

border-color css

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

 span { border-color: rgb(188,137,98); }

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