Html Css Color HEX #B98952 Twine

📋 copy color: '#B98952'

red 185 ◦ green 137 ◦ blue 82

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

Shades of Twine #B98952

Tints of Twine #B98952

RGB

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

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

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

R = 45.79%
G = 33.91%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B98952 (or 0xB98952) is known color: Twine. HEX triplet: B9, 89 and 52. RGB value is (185,137,82). Sum of RGB (Red+Green+Blue) = 185+137+82=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B98952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98952 is #4676AD. Grayscale: #919191. Windows color (decimal): -4617902 or 5409209. OLE color: 5409209.

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

Color convert

RGB 185 137 82 -
CMYK 0 0.26 0.56 0.27
HSL 32.04º 0.42% 0.52% -
HSV(B) 32.04º 0.56% 0.73% -
XYZ 30.48 28.81 11.94 -
YUV 145.08 92.4 156.47 -
System Red Green Blue C M Y K H S L
Decimal 185 137 82 0 0.26 0.56 0.27 32.04 0.42 0.52
Hex B9 89 52 0 1A 38 1B 20 2A 34
Octal 271 211 122 0 32 70 33 40 52 64
Binary 10111001 10001001 1010010 0 11010 111000 11011 100000 101010 110100

Color Harmonies of #B98952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98952

Black with #B98952

Text Example


Text Example

White with #B98952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98952; }

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

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

background-color css

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

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

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

border-color css

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

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

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