Html Css Color HEX #B98452 Twine

📋 copy color: '#B98452'

red 185 ◦ green 132 ◦ blue 82

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

Shades of Twine #B98452

Tints of Twine #B98452

RGB

 RED value IS 185 (72.66% from 255) = 46.37%

 GREEN value IS 132 (51.95% from 255) = 33.08%

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

R = 46.37%
G = 33.08%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B98452 (or 0xB98452) is known color: Twine. HEX triplet: B9, 84 and 52. RGB value is (185,132,82). Sum of RGB (Red+Green+Blue) = 185+132+82=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B98452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98452 is #467BAD. Grayscale: #8E8E8E. Windows color (decimal): -4619182 or 5407929. OLE color: 5407929.

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

Color convert

RGB 185 132 82 -
CMYK 0 0.29 0.56 0.27
HSL 29.13º 0.42% 0.52% -
HSV(B) 29.13º 0.56% 0.73% -
XYZ 29.78 27.43 11.71 -
YUV 142.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 185 132 82 0 0.29 0.56 0.27 29.13 0.42 0.52
Hex B9 84 52 0 1D 38 1B 1D 2A 34
Octal 271 204 122 0 35 70 33 35 52 64
Binary 10111001 10000100 1010010 0 11101 111000 11011 11101 101010 110100

Color Harmonies of #B98452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98452

Black with #B98452

Text Example


Text Example

White with #B98452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98452; }

 p { color: rgb(185,132,82); }

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

background-color css

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

 a { background-color: rgb(185,132,82); }

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

border-color css

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

 span { border-color: rgb(185,132,82); }

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