Html Css Color HEX #B88650 Twine

📋 copy color: '#B88650'

red 184 ◦ green 134 ◦ blue 80

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

Shades of Twine #B88650

Tints of Twine #B88650

RGB

 RED value IS 184 (72.27% from 255) = 46.23%

 GREEN value IS 134 (52.73% from 255) = 33.67%

 BLUE value IS 80 (31.64% from 255) = 20.1%

R = 46.23%
G = 33.67%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B88650 (or 0xB88650) is known color: Twine. HEX triplet: B8, 86 and 50. RGB value is (184,134,80). Sum of RGB (Red+Green+Blue) = 184+134+80=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B88650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88650 is #4779AF. Grayscale: #8F8F8F. Windows color (decimal): -4684208 or 5277368. OLE color: 5277368.

HSL color Cylindrical-coordinate representation of color #B88650: hue angle of 31.15º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B88650 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 134 80 -
CMYK 0 0.27 0.57 0.28
HSL 31.15º 0.42% 0.52% -
HSV(B) 31.15º 0.57% 0.72% -
XYZ 29.74 27.82 11.39 -
YUV 142.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 184 134 80 0 0.27 0.57 0.28 31.15 0.42 0.52
Hex B8 86 50 0 1B 39 1C 1F 2A 34
Octal 270 206 120 0 33 71 34 37 52 64
Binary 10111000 10000110 1010000 0 11011 111001 11100 11111 101010 110100

Color Harmonies of #B88650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88650

Black with #B88650

Text Example


Text Example

White with #B88650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88650; }

 p { color: rgb(184,134,80); }

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

background-color css

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

 a { background-color: rgb(184,134,80); }

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

border-color css

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

 span { border-color: rgb(184,134,80); }

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