Html Css Color HEX #BD855A Twine

📋 copy color: '#BD855A'

red 189 ◦ green 133 ◦ blue 90

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

Shades of Twine #BD855A

Tints of Twine #BD855A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.28%

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

R = 45.87%
G = 32.28%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD855A (or 0xBD855A) is known color: Twine. HEX triplet: BD, 85 and 5A. RGB value is (189,133,90). Sum of RGB (Red+Green+Blue) = 189+133+90=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD855A is #427AA5. Grayscale: #919191. Windows color (decimal): -4356774 or 5932477. OLE color: 5932477.

HSL color Cylindrical-coordinate representation of color #BD855A: hue angle of 26.06º degrees, saturation: 0.43, 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 #BD855A is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 133 90 -
CMYK 0 0.30 0.52 0.26
HSL 26.06º 0.43% 0.55% -
HSV(B) 26.06º 0.52% 0.74% -
XYZ 31.22 28.33 13.5 -
YUV 144.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 189 133 90 0 0.30 0.52 0.26 26.06 0.43 0.55
Hex BD 85 5A 0 1E 34 1A 1A 2B 37
Octal 275 205 132 0 36 64 32 32 53 67
Binary 10111101 10000101 1011010 0 11110 110100 11010 11010 101011 110111

Color Harmonies of #BD855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD855A

Black with #BD855A

Text Example


Text Example

White with #BD855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD855A; }

 p { color: rgb(189,133,90); }

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

background-color css

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

 a { background-color: rgb(189,133,90); }

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

border-color css

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

 span { border-color: rgb(189,133,90); }

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