Html Css Color HEX #BB8750 Twine

📋 copy color: '#BB8750'

red 187 ◦ green 135 ◦ blue 80

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

Shades of Twine #BB8750

Tints of Twine #BB8750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.9%

R = 46.52%
G = 33.58%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB8750 (or 0xBB8750) is known color: Twine. HEX triplet: BB, 87 and 50. RGB value is (187,135,80). Sum of RGB (Red+Green+Blue) = 187+135+80=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8750 is #4478AF. Grayscale: #909090. Windows color (decimal): -4487344 or 5277627. OLE color: 5277627.

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

Color convert

RGB 187 135 80 -
CMYK 0 0.28 0.57 0.27
HSL 30.84º 0.44% 0.52% -
HSV(B) 30.84º 0.57% 0.73% -
XYZ 30.61 28.47 11.47 -
YUV 144.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 187 135 80 0 0.28 0.57 0.27 30.84 0.44 0.52
Hex BB 87 50 0 1C 39 1B 1F 2C 34
Octal 273 207 120 0 34 71 33 37 54 64
Binary 10111011 10000111 1010000 0 11100 111001 11011 11111 101100 110100

Color Harmonies of #BB8750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8750

Black with #BB8750

Text Example


Text Example

White with #BB8750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8750; }

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

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

background-color css

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

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

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

border-color css

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

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

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