Html Css Color HEX #B4A79B Cloudy

📋 copy color: '#B4A79B'

red 180 ◦ green 167 ◦ blue 155

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

Shades of Cloudy #B4A79B

Tints of Cloudy #B4A79B

RGB

 RED value IS 180 (70.7% from 255) = 35.86%

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

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

R = 35.86%
G = 33.27%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4A79B (or 0xB4A79B) is known color: Cloudy. HEX triplet: B4, A7 and 9B. RGB value is (180,167,155). Sum of RGB (Red+Green+Blue) = 180+167+155=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A79B is #4B5864. Grayscale: #A9A9A9. Windows color (decimal): -4937829 or 10201012. OLE color: 10201012.

HSL color Cylindrical-coordinate representation of color #B4A79B: hue angle of 28.8º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4A79B is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 167 155 -
CMYK 0 0.07 0.14 0.29
HSL 28.8º 0.14% 0.66% -
HSV(B) 28.8º 0.14% 0.71% -
XYZ 38.56 39.71 36.64 -
YUV 169.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 180 167 155 0 0.07 0.14 0.29 28.8 0.14 0.66
Hex B4 A7 9B 0 7 E 1D 1D E 42
Octal 264 247 233 0 7 16 35 35 16 102
Binary 10110100 10100111 10011011 0 111 1110 11101 11101 1110 1000010

Color Harmonies of #B4A79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A79B

Black with #B4A79B

Text Example


Text Example

White with #B4A79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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