Html Css Color HEX #B2A796 Cloudy

📋 copy color: '#B2A796'

red 178 ◦ green 167 ◦ blue 150

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

Shades of Cloudy #B2A796

Tints of Cloudy #B2A796

RGB

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

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

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

R = 35.96%
G = 33.74%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B2A796 (or 0xB2A796) is known color: Cloudy. HEX triplet: B2, A7 and 96. RGB value is (178,167,150). Sum of RGB (Red+Green+Blue) = 178+167+150=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A796 is #4D5869. Grayscale: #A8A8A8. Windows color (decimal): -5068906 or 9873330. OLE color: 9873330.

HSL color Cylindrical-coordinate representation of color #B2A796: hue angle of 36.43º 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 #B2A796 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 167 150 -
CMYK 0 0.06 0.16 0.30
HSL 36.43º 0.15% 0.64% -
HSV(B) 36.43º 0.16% 0.7% -
XYZ 37.68 39.3 34.45 -
YUV 168.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 178 167 150 0 0.06 0.16 0.30 36.43 0.15 0.64
Hex B2 A7 96 0 6 10 1E 24 F 40
Octal 262 247 226 0 6 20 36 44 17 100
Binary 10110010 10100111 10010110 0 110 10000 11110 100100 1111 1000000

Color Harmonies of #B2A796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A796

Black with #B2A796

Text Example


Text Example

White with #B2A796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A796; }

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

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

background-color css

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

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

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

border-color css

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

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

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