Html Css Color HEX #B3A796 Cloudy

📋 copy color: '#B3A796'

red 179 ◦ green 167 ◦ blue 150

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

Shades of Cloudy #B3A796

Tints of Cloudy #B3A796

RGB

 RED value IS 179 (70.31% from 255) = 36.09%

 GREEN value IS 167 (65.63% from 255) = 33.67%

 BLUE value IS 150 (58.98% from 255) = 30.24%

R = 36.09%
G = 33.67%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B3A796 (or 0xB3A796) is known color: Cloudy. HEX triplet: B3, A7 and 96. RGB value is (179,167,150). Sum of RGB (Red+Green+Blue) = 179+167+150=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A796 is #4C5869. Grayscale: #A8A8A8. Windows color (decimal): -5003370 or 9873331. OLE color: 9873331.

HSL color Cylindrical-coordinate representation of color #B3A796: hue angle of 35.17º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3A796 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 167 150 -
CMYK 0 0.07 0.16 0.30
HSL 35.17º 0.16% 0.65% -
HSV(B) 35.17º 0.16% 0.7% -
XYZ 37.91 39.42 34.47 -
YUV 168.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 179 167 150 0 0.07 0.16 0.30 35.17 0.16 0.65
Hex B3 A7 96 0 7 10 1E 23 10 41
Octal 263 247 226 0 7 20 36 43 20 101
Binary 10110011 10100111 10010110 0 111 10000 11110 100011 10000 1000001

Color Harmonies of #B3A796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A796

Black with #B3A796

Text Example


Text Example

White with #B3A796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A796; }

 p { color: rgb(179,167,150); }

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

background-color css

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

 a { background-color: rgb(179,167,150); }

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

border-color css

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

 span { border-color: rgb(179,167,150); }

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