Html Css Color HEX #BB875B Twine

📋 copy color: '#BB875B'

red 187 ◦ green 135 ◦ blue 91

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

Shades of Twine #BB875B

Tints of Twine #BB875B

RGB

 RED value IS 187 (73.44% from 255) = 45.28%

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

 BLUE value IS 91 (35.94% from 255) = 22.03%

R = 45.28%
G = 32.69%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB875B (or 0xBB875B) is known color: Twine. HEX triplet: BB, 87 and 5B. RGB value is (187,135,91). Sum of RGB (Red+Green+Blue) = 187+135+91=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB875B is #4478A4. Grayscale: #919191. Windows color (decimal): -4487333 or 5998523. OLE color: 5998523.

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

Color convert

RGB 187 135 91 -
CMYK 0 0.28 0.51 0.27
HSL 27.5º 0.41% 0.55% -
HSV(B) 27.5º 0.51% 0.73% -
XYZ 31.05 28.65 13.79 -
YUV 145.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 187 135 91 0 0.28 0.51 0.27 27.5 0.41 0.55
Hex BB 87 5B 0 1C 33 1B 1C 29 37
Octal 273 207 133 0 34 63 33 34 51 67
Binary 10111011 10000111 1011011 0 11100 110011 11011 11100 101001 110111

Color Harmonies of #BB875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB875B

Black with #BB875B

Text Example


Text Example

White with #BB875B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB875B; }

 p { color: rgb(187,135,91); }

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

background-color css

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

 a { background-color: rgb(187,135,91); }

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

border-color css

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

 span { border-color: rgb(187,135,91); }

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