Html Css Color HEX #B9875A Twine

📋 copy color: '#B9875A'

red 185 ◦ green 135 ◦ blue 90

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

Shades of Twine #B9875A

Tints of Twine #B9875A

RGB

 RED value IS 185 (72.66% from 255) = 45.12%

 GREEN value IS 135 (53.13% from 255) = 32.93%

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

R = 45.12%
G = 32.93%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9875A (or 0xB9875A) is known color: Twine. HEX triplet: B9, 87 and 5A. RGB value is (185,135,90). Sum of RGB (Red+Green+Blue) = 185+135+90=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9875A is #4678A5. Grayscale: #919191. Windows color (decimal): -4618406 or 5932985. OLE color: 5932985.

HSL color Cylindrical-coordinate representation of color #B9875A: hue angle of 28.42º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9875A is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 135 90 -
CMYK 0 0.27 0.51 0.27
HSL 28.42º 0.4% 0.54% -
HSV(B) 28.42º 0.51% 0.73% -
XYZ 30.52 28.38 13.54 -
YUV 144.82 97.07 156.66 -
System Red Green Blue C M Y K H S L
Decimal 185 135 90 0 0.27 0.51 0.27 28.42 0.4 0.54
Hex B9 87 5A 0 1B 33 1B 1C 28 36
Octal 271 207 132 0 33 63 33 34 50 66
Binary 10111001 10000111 1011010 0 11011 110011 11011 11100 101000 110110

Color Harmonies of #B9875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9875A

Black with #B9875A

Text Example


Text Example

White with #B9875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9875A; }

 p { color: rgb(185,135,90); }

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

background-color css

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

 a { background-color: rgb(185,135,90); }

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

border-color css

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

 span { border-color: rgb(185,135,90); }

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