Html Css Color HEX #BB855F Twine

📋 copy color: '#BB855F'

red 187 ◦ green 133 ◦ blue 95

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

Shades of Twine #BB855F

Tints of Twine #BB855F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.89%

R = 45.06%
G = 32.05%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB855F (or 0xBB855F) is known color: Twine. HEX triplet: BB, 85 and 5F. RGB value is (187,133,95). Sum of RGB (Red+Green+Blue) = 187+133+95=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB855F is #447AA0. Grayscale: #919191. Windows color (decimal): -4487841 or 6260155. OLE color: 6260155.

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

Color convert

RGB 187 133 95 -
CMYK 0 0.29 0.49 0.27
HSL 24.78º 0.4% 0.55% -
HSV(B) 24.78º 0.49% 0.73% -
XYZ 30.95 28.17 14.63 -
YUV 144.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 187 133 95 0 0.29 0.49 0.27 24.78 0.4 0.55
Hex BB 85 5F 0 1D 31 1B 19 28 37
Octal 273 205 137 0 35 61 33 31 50 67
Binary 10111011 10000101 1011111 0 11101 110001 11011 11001 101000 110111

Color Harmonies of #BB855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB855F

Black with #BB855F

Text Example


Text Example

White with #BB855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB855F; }

 p { color: rgb(187,133,95); }

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

background-color css

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

 a { background-color: rgb(187,133,95); }

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

border-color css

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

 span { border-color: rgb(187,133,95); }

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