#B4A693

Color #B4A693 Cloudy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloudy #B4A693

Tints of Cloudy #B4A693

Color information

#B4A693 (or 0xB4A693) is unknown color: approx Cloudy. HEX triplet: B4, A6 and 93. RGB value is (180,166,147). Sum of RGB (Red+Green+Blue) = 180+166+147=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A693 is #4B596C. Grayscale: #A8A8A8. Windows color (decimal): -4938093 or 9676468. OLE color: 9676468.

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

Color convert

RGB180166147-
CMYK00.080.180.29
HSL34.55º18.03%64.12%-
HSV(B)34.55º18.33%70.59%-
XYZ37.7339.0833.16-
YUV168.02116.14136.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 166 (65.23% from 255) = 33.67%
BLUE value IS 147 (57.81% from 255) = 29.82%
R=36.51%
G=33.67%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016614700.080.180.2934.5518.0364.12
HexB4A69308121D231240
Octal26424622301022354322100
Binary101101001010011010010011010001001011101100011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A693; }

 p { color: rgb(180,166,147); }

 H1.HeaderClassName
 {
   color: #B4A693;
 }
 .AnyTagClassName
 {
   color: #B4A693;
 }
</style>
background-color css

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

 a { background-color: rgb(180,166,147); }

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

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

 span { border-color: rgb(180,166,147); }

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