Html Css Color HEX #B4A593 Cloudy

📋 copy color: '#B4A593'

red 180 ◦ green 165 ◦ blue 147

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

Shades of Cloudy #B4A593

Tints of Cloudy #B4A593

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.54%

 BLUE value IS 147 (57.81% from 255) = 29.88%

R = 36.59%
G = 33.54%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B4A593 (or 0xB4A593) is known color: Cloudy. HEX triplet: B4, A5 and 93. RGB value is (180,165,147). Sum of RGB (Red+Green+Blue) = 180+165+147=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A593 is #4B5A6C. Grayscale: #A7A7A7. Windows color (decimal): -4938349 or 9676212. OLE color: 9676212.

HSL color Cylindrical-coordinate representation of color #B4A593: hue angle of 32.73º 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 #B4A593 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 165 147 -
CMYK 0 0.08 0.18 0.29
HSL 32.73º 0.18% 0.64% -
HSV(B) 32.73º 0.18% 0.71% -
XYZ 37.54 38.72 33.1 -
YUV 167.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 180 165 147 0 0.08 0.18 0.29 32.73 0.18 0.64
Hex B4 A5 93 0 8 12 1D 21 12 40
Octal 264 245 223 0 10 22 35 41 22 100
Binary 10110100 10100101 10010011 0 1000 10010 11101 100001 10010 1000000

Color Harmonies of #B4A593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A593

Black with #B4A593

Text Example


Text Example

White with #B4A593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A593; }

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

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

background-color css

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

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

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

border-color css

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

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

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