Html Css Color HEX #B4A799 Cloudy

📋 copy color: '#B4A799'

red 180 ◦ green 167 ◦ blue 153

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

Shades of Cloudy #B4A799

Tints of Cloudy #B4A799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.6%

R = 36%
G = 33.4%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B4A799 (or 0xB4A799) is known color: Cloudy. HEX triplet: B4, A7 and 99. RGB value is (180,167,153). Sum of RGB (Red+Green+Blue) = 180+167+153=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A799 is #4B5866. Grayscale: #A9A9A9. Windows color (decimal): -4937831 or 10069940. OLE color: 10069940.

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

Color convert

RGB 180 167 153 -
CMYK 0 0.07 0.15 0.29
HSL 31.11º 0.15% 0.65% -
HSV(B) 31.11º 0.15% 0.71% -
XYZ 38.39 39.64 35.76 -
YUV 169.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 180 167 153 0 0.07 0.15 0.29 31.11 0.15 0.65
Hex B4 A7 99 0 7 F 1D 1F F 41
Octal 264 247 231 0 7 17 35 37 17 101
Binary 10110100 10100111 10011001 0 111 1111 11101 11111 1111 1000001

Color Harmonies of #B4A799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A799

Black with #B4A799

Text Example


Text Example

White with #B4A799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A799; }

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

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

background-color css

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

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

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

border-color css

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

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

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