Html Css Color HEX #BC9052 Twine

📋 copy color: '#BC9052'

red 188 ◦ green 144 ◦ blue 82

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

Shades of Twine #BC9052

Tints of Twine #BC9052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

 BLUE value IS 82 (32.42% from 255) = 19.81%

R = 45.41%
G = 34.78%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC9052 (or 0xBC9052) is known color: Twine. HEX triplet: BC, 90 and 52. RGB value is (188,144,82). Sum of RGB (Red+Green+Blue) = 188+144+82=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9052 is #436FAD. Grayscale: #969696. Windows color (decimal): -4419502 or 5411004. OLE color: 5411004.

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

Color convert

RGB 188 144 82 -
CMYK 0 0.23 0.56 0.26
HSL 35.09º 0.44% 0.53% -
HSV(B) 35.09º 0.56% 0.74% -
XYZ 32.24 31.25 12.31 -
YUV 150.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 188 144 82 0 0.23 0.56 0.26 35.09 0.44 0.53
Hex BC 90 52 0 17 38 1A 23 2C 35
Octal 274 220 122 0 27 70 32 43 54 65
Binary 10111100 10010000 1010010 0 10111 111000 11010 100011 101100 110101

Color Harmonies of #BC9052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9052

Black with #BC9052

Text Example


Text Example

White with #BC9052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9052; }

 p { color: rgb(188,144,82); }

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

background-color css

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

 a { background-color: rgb(188,144,82); }

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

border-color css

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

 span { border-color: rgb(188,144,82); }

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