Html Css Color HEX #BB835D Twine

📋 copy color: '#BB835D'

red 187 ◦ green 131 ◦ blue 93

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

Shades of Twine #BB835D

Tints of Twine #BB835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.87%

 BLUE value IS 93 (36.72% from 255) = 22.63%

R = 45.5%
G = 31.87%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB835D (or 0xBB835D) is known color: Twine. HEX triplet: BB, 83 and 5D. RGB value is (187,131,93). Sum of RGB (Red+Green+Blue) = 187+131+93=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB835D is #447CA2. Grayscale: #8F8F8F. Windows color (decimal): -4488355 or 6128571. OLE color: 6128571.

HSL color Cylindrical-coordinate representation of color #BB835D: hue angle of 24.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB835D is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 131 93 -
CMYK 0 0.30 0.50 0.27
HSL 24.26º 0.41% 0.55% -
HSV(B) 24.26º 0.5% 0.73% -
XYZ 30.59 27.59 14.07 -
YUV 143.41 99.55 159.09 -
System Red Green Blue C M Y K H S L
Decimal 187 131 93 0 0.30 0.50 0.27 24.26 0.41 0.55
Hex BB 83 5D 0 1E 32 1B 18 29 37
Octal 273 203 135 0 36 62 33 30 51 67
Binary 10111011 10000011 1011101 0 11110 110010 11011 11000 101001 110111

Color Harmonies of #BB835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB835D

Black with #BB835D

Text Example


Text Example

White with #BB835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB835D; }

 p { color: rgb(187,131,93); }

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

background-color css

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

 a { background-color: rgb(187,131,93); }

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

border-color css

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

 span { border-color: rgb(187,131,93); }

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