Html Css Color HEX #BB8953 Twine

📋 copy color: '#BB8953'

red 187 ◦ green 137 ◦ blue 83

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

Shades of Twine #BB8953

Tints of Twine #BB8953

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.66%

 BLUE value IS 83 (32.81% from 255) = 20.39%

R = 45.95%
G = 33.66%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB8953 (or 0xBB8953) is known color: Twine. HEX triplet: BB, 89 and 53. RGB value is (187,137,83). Sum of RGB (Red+Green+Blue) = 187+137+83=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8953 is #4476AC. Grayscale: #929292. Windows color (decimal): -4486829 or 5474747. OLE color: 5474747.

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

Color convert

RGB 187 137 83 -
CMYK 0 0.27 0.56 0.27
HSL 31.15º 0.43% 0.53% -
HSV(B) 31.15º 0.56% 0.73% -
XYZ 31 29.08 12.16 -
YUV 145.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 187 137 83 0 0.27 0.56 0.27 31.15 0.43 0.53
Hex BB 89 53 0 1B 38 1B 1F 2B 35
Octal 273 211 123 0 33 70 33 37 53 65
Binary 10111011 10001001 1010011 0 11011 111000 11011 11111 101011 110101

Color Harmonies of #BB8953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8953

Black with #BB8953

Text Example


Text Example

White with #BB8953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8953; }

 p { color: rgb(187,137,83); }

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

background-color css

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

 a { background-color: rgb(187,137,83); }

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

border-color css

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

 span { border-color: rgb(187,137,83); }

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