Html Css Color HEX #BD8058 Twine

📋 copy color: '#BD8058'

red 189 ◦ green 128 ◦ blue 88

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

Shades of Twine #BD8058

Tints of Twine #BD8058

RGB

 RED value IS 189 (74.22% from 255) = 46.67%

 GREEN value IS 128 (50.39% from 255) = 31.6%

 BLUE value IS 88 (34.77% from 255) = 21.73%

R = 46.67%
G = 31.6%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD8058 (or 0xBD8058) is known color: Twine. HEX triplet: BD, 80 and 58. RGB value is (189,128,88). Sum of RGB (Red+Green+Blue) = 189+128+88=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8058 is #427FA7. Grayscale: #8D8D8D. Windows color (decimal): -4358056 or 5800125. OLE color: 5800125.

HSL color Cylindrical-coordinate representation of color #BD8058: hue angle of 23.76º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD8058 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 128 88 -
CMYK 0 0.32 0.53 0.26
HSL 23.76º 0.43% 0.54% -
HSV(B) 23.76º 0.53% 0.74% -
XYZ 30.47 26.96 12.83 -
YUV 141.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 189 128 88 0 0.32 0.53 0.26 23.76 0.43 0.54
Hex BD 80 58 0 20 35 1A 18 2B 36
Octal 275 200 130 0 40 65 32 30 53 66
Binary 10111101 10000000 1011000 0 100000 110101 11010 11000 101011 110110

Color Harmonies of #BD8058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8058

Black with #BD8058

Text Example


Text Example

White with #BD8058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8058; }

 p { color: rgb(189,128,88); }

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

background-color css

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

 a { background-color: rgb(189,128,88); }

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

border-color css

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

 span { border-color: rgb(189,128,88); }

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