Html Css Color HEX #BB8952 Twine

📋 copy color: '#BB8952'

red 187 ◦ green 137 ◦ blue 82

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

Shades of Twine #BB8952

Tints of Twine #BB8952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.2%

R = 46.06%
G = 33.74%
B = 20.2%

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

#BB8952 (or 0xBB8952) is known color: Twine. HEX triplet: BB, 89 and 52. RGB value is (187,137,82). Sum of RGB (Red+Green+Blue) = 187+137+82=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8952 is #4476AD. Grayscale: #919191. Windows color (decimal): -4486830 or 5409211. OLE color: 5409211.

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

Color convert

RGB 187 137 82 -
CMYK 0 0.27 0.56 0.27
HSL 31.43º 0.44% 0.53% -
HSV(B) 31.43º 0.56% 0.73% -
XYZ 30.96 29.07 11.96 -
YUV 145.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 187 137 82 0 0.27 0.56 0.27 31.43 0.44 0.53
Hex BB 89 52 0 1B 38 1B 1F 2C 35
Octal 273 211 122 0 33 70 33 37 54 65
Binary 10111011 10001001 1010010 0 11011 111000 11011 11111 101100 110101

Color Harmonies of #BB8952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8952

Black with #BB8952

Text Example


Text Example

White with #BB8952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8952; }

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

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

background-color css

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

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

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

border-color css

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

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

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