Html Css Color HEX #BB8963 Twine

📋 copy color: '#BB8963'

red 187 ◦ green 137 ◦ blue 99

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

Shades of Twine #BB8963

Tints of Twine #BB8963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.4%

R = 44.21%
G = 32.39%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB8963 (or 0xBB8963) is known color: Twine. HEX triplet: BB, 89 and 63. RGB value is (187,137,99). Sum of RGB (Red+Green+Blue) = 187+137+99=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8963 is #44769C. Grayscale: #939393. Windows color (decimal): -4486813 or 6523323. OLE color: 6523323.

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

Color convert

RGB 187 137 99 -
CMYK 0 0.27 0.47 0.27
HSL 25.91º 0.39% 0.56% -
HSV(B) 25.91º 0.47% 0.73% -
XYZ 31.69 29.36 15.8 -
YUV 147.62 100.57 156.09 -
System Red Green Blue C M Y K H S L
Decimal 187 137 99 0 0.27 0.47 0.27 25.91 0.39 0.56
Hex BB 89 63 0 1B 2F 1B 1A 27 38
Octal 273 211 143 0 33 57 33 32 47 70
Binary 10111011 10001001 1100011 0 11011 101111 11011 11010 100111 111000

Color Harmonies of #BB8963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8963

Black with #BB8963

Text Example


Text Example

White with #BB8963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8963; }

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

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

background-color css

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

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

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

border-color css

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

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

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