Html Css Color HEX #BD8155 Twine

📋 copy color: '#BD8155'

red 189 ◦ green 129 ◦ blue 85

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

Shades of Twine #BD8155

Tints of Twine #BD8155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.09%

R = 46.9%
G = 32.01%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD8155 (or 0xBD8155) is known color: Twine. HEX triplet: BD, 81 and 55. RGB value is (189,129,85). Sum of RGB (Red+Green+Blue) = 189+129+85=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8155 is #427EAA. Grayscale: #8E8E8E. Windows color (decimal): -4357803 or 5603773. OLE color: 5603773.

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

Color convert

RGB 189 129 85 -
CMYK 0 0.32 0.55 0.26
HSL 25.38º 0.44% 0.54% -
HSV(B) 25.38º 0.55% 0.74% -
XYZ 30.48 27.18 12.23 -
YUV 141.92 95.88 161.58 -
System Red Green Blue C M Y K H S L
Decimal 189 129 85 0 0.32 0.55 0.26 25.38 0.44 0.54
Hex BD 81 55 0 20 37 1A 19 2C 36
Octal 275 201 125 0 40 67 32 31 54 66
Binary 10111101 10000001 1010101 0 100000 110111 11010 11001 101100 110110

Color Harmonies of #BD8155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8155

Black with #BD8155

Text Example


Text Example

White with #BD8155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8155; }

 p { color: rgb(189,129,85); }

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

background-color css

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

 a { background-color: rgb(189,129,85); }

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

border-color css

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

 span { border-color: rgb(189,129,85); }

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