Html Css Color HEX #B2A696 Cloudy

📋 copy color: '#B2A696'

red 178 ◦ green 166 ◦ blue 150

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

Shades of Cloudy #B2A696

Tints of Cloudy #B2A696

RGB

 RED value IS 178 (69.92% from 255) = 36.03%

 GREEN value IS 166 (65.23% from 255) = 33.6%

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

R = 36.03%
G = 33.6%
B = 30.36%

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

#B2A696 (or 0xB2A696) is known color: Cloudy. HEX triplet: B2, A6 and 96. RGB value is (178,166,150). Sum of RGB (Red+Green+Blue) = 178+166+150=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A696 is #4D5969. Grayscale: #A7A7A7. Windows color (decimal): -5069162 or 9873074. OLE color: 9873074.

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

Color convert

RGB 178 166 150 -
CMYK 0 0.07 0.16 0.30
HSL 34.29º 0.15% 0.64% -
HSV(B) 34.29º 0.16% 0.7% -
XYZ 37.5 38.94 34.39 -
YUV 167.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 178 166 150 0 0.07 0.16 0.30 34.29 0.15 0.64
Hex B2 A6 96 0 7 10 1E 22 F 40
Octal 262 246 226 0 7 20 36 42 17 100
Binary 10110010 10100110 10010110 0 111 10000 11110 100010 1111 1000000

Color Harmonies of #B2A696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A696

Black with #B2A696

Text Example


Text Example

White with #B2A696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A696; }

 p { color: rgb(178,166,150); }

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

background-color css

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

 a { background-color: rgb(178,166,150); }

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

border-color css

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

 span { border-color: rgb(178,166,150); }

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