Html Css Color HEX #BB844F Twine

📋 copy color: '#BB844F'

red 187 ◦ green 132 ◦ blue 79

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

Shades of Twine #BB844F

Tints of Twine #BB844F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.17%

 BLUE value IS 79 (31.25% from 255) = 19.85%

R = 46.98%
G = 33.17%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB844F (or 0xBB844F) is known color: Twine. HEX triplet: BB, 84 and 4F. RGB value is (187,132,79). Sum of RGB (Red+Green+Blue) = 187+132+79=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB844F is #447BB0. Grayscale: #8E8E8E. Windows color (decimal): -4488113 or 5211323. OLE color: 5211323.

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

Color convert

RGB 187 132 79 -
CMYK 0 0.29 0.58 0.27
HSL 29.44º 0.44% 0.52% -
HSV(B) 29.44º 0.58% 0.73% -
XYZ 30.16 27.63 11.14 -
YUV 142.4 92.22 159.81 -
System Red Green Blue C M Y K H S L
Decimal 187 132 79 0 0.29 0.58 0.27 29.44 0.44 0.52
Hex BB 84 4F 0 1D 3A 1B 1D 2C 34
Octal 273 204 117 0 35 72 33 35 54 64
Binary 10111011 10000100 1001111 0 11101 111010 11011 11101 101100 110100

Color Harmonies of #BB844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB844F

Black with #BB844F

Text Example


Text Example

White with #BB844F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB844F; }

 p { color: rgb(187,132,79); }

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

background-color css

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

 a { background-color: rgb(187,132,79); }

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

border-color css

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

 span { border-color: rgb(187,132,79); }

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