Html Css Color HEX #B2A69B Cloudy

📋 copy color: '#B2A69B'

red 178 ◦ green 166 ◦ blue 155

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

Shades of Cloudy #B2A69B

Tints of Cloudy #B2A69B

RGB

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

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

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

R = 35.67%
G = 33.27%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2A69B (or 0xB2A69B) is known color: Cloudy. HEX triplet: B2, A6 and 9B. RGB value is (178,166,155). Sum of RGB (Red+Green+Blue) = 178+166+155=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A69B is #4D5964. Grayscale: #A8A8A8. Windows color (decimal): -5069157 or 10200754. OLE color: 10200754.

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

Color convert

RGB 178 166 155 -
CMYK 0 0.07 0.13 0.30
HSL 28.7º 0.13% 0.65% -
HSV(B) 28.7º 0.13% 0.7% -
XYZ 37.91 39.1 36.56 -
YUV 168.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 178 166 155 0 0.07 0.13 0.30 28.7 0.13 0.65
Hex B2 A6 9B 0 7 D 1E 1D D 41
Octal 262 246 233 0 7 15 36 35 15 101
Binary 10110010 10100110 10011011 0 111 1101 11110 11101 1101 1000001

Color Harmonies of #B2A69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A69B

Black with #B2A69B

Text Example


Text Example

White with #B2A69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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