Html Css Color HEX #BB8B53 Twine

📋 copy color: '#BB8B53'

red 187 ◦ green 139 ◦ blue 83

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

Shades of Twine #BB8B53

Tints of Twine #BB8B53

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.99%

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

R = 45.72%
G = 33.99%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB8B53 (or 0xBB8B53) is known color: Twine. HEX triplet: BB, 8B and 53. RGB value is (187,139,83). Sum of RGB (Red+Green+Blue) = 187+139+83=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B53 is #4474AC. Grayscale: #939393. Windows color (decimal): -4486317 or 5475259. OLE color: 5475259.

HSL color Cylindrical-coordinate representation of color #BB8B53: hue angle of 32.31º 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 #BB8B53 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 139 83 -
CMYK 0 0.26 0.56 0.27
HSL 32.31º 0.43% 0.53% -
HSV(B) 32.31º 0.56% 0.73% -
XYZ 31.29 29.65 12.26 -
YUV 146.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 187 139 83 0 0.26 0.56 0.27 32.31 0.43 0.53
Hex BB 8B 53 0 1A 38 1B 20 2B 35
Octal 273 213 123 0 32 70 33 40 53 65
Binary 10111011 10001011 1010011 0 11010 111000 11011 100000 101011 110101

Color Harmonies of #BB8B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B53

Black with #BB8B53

Text Example


Text Example

White with #BB8B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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