Html Css Color HEX #BB8451 Twine

📋 copy color: '#BB8451'

red 187 ◦ green 132 ◦ blue 81

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

Shades of Twine #BB8451

Tints of Twine #BB8451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.25%

R = 46.75%
G = 33%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB8451 (or 0xBB8451) is known color: Twine. HEX triplet: BB, 84 and 51. RGB value is (187,132,81). Sum of RGB (Red+Green+Blue) = 187+132+81=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8451 is #447BAE. Grayscale: #8E8E8E. Windows color (decimal): -4488111 or 5342395. OLE color: 5342395.

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

Color convert

RGB 187 132 81 -
CMYK 0 0.29 0.57 0.27
HSL 28.87º 0.44% 0.53% -
HSV(B) 28.87º 0.57% 0.73% -
XYZ 30.23 27.66 11.53 -
YUV 142.63 93.22 159.65 -
System Red Green Blue C M Y K H S L
Decimal 187 132 81 0 0.29 0.57 0.27 28.87 0.44 0.53
Hex BB 84 51 0 1D 39 1B 1D 2C 35
Octal 273 204 121 0 35 71 33 35 54 65
Binary 10111011 10000100 1010001 0 11101 111001 11011 11101 101100 110101

Color Harmonies of #BB8451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8451

Black with #BB8451

Text Example


Text Example

White with #BB8451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8451; }

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

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

background-color css

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

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

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

border-color css

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

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

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