Html Css Color HEX #B2A79B Cloudy

📋 copy color: '#B2A79B'

red 178 ◦ green 167 ◦ blue 155

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

Shades of Cloudy #B2A79B

Tints of Cloudy #B2A79B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31%

R = 35.6%
G = 33.4%
B = 31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2A79B (or 0xB2A79B) is known color: Cloudy. HEX triplet: B2, A7 and 9B. RGB value is (178,167,155). Sum of RGB (Red+Green+Blue) = 178+167+155=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A79B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A79B is #4D5864. Grayscale: #A8A8A8. Windows color (decimal): -5068901 or 10201010. OLE color: 10201010.

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

Color convert

RGB 178 167 155 -
CMYK 0 0.06 0.13 0.30
HSL 31.3º 0.13% 0.65% -
HSV(B) 31.3º 0.13% 0.7% -
XYZ 38.1 39.47 36.62 -
YUV 168.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 178 167 155 0 0.06 0.13 0.30 31.3 0.13 0.65
Hex B2 A7 9B 0 6 D 1E 1F D 41
Octal 262 247 233 0 6 15 36 37 15 101
Binary 10110010 10100111 10011011 0 110 1101 11110 11111 1101 1000001

Color Harmonies of #B2A79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A79B

Black with #B2A79B

Text Example


Text Example

White with #B2A79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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