Html Css Color HEX #B5A693 Cloudy

📋 copy color: '#B5A693'

red 181 ◦ green 166 ◦ blue 147

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

Shades of Cloudy #B5A693

Tints of Cloudy #B5A693

RGB

 RED value IS 181 (71.09% from 255) = 36.64%

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

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

R = 36.64%
G = 33.6%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B5A693 (or 0xB5A693) is known color: Cloudy. HEX triplet: B5, A6 and 93. RGB value is (181,166,147). Sum of RGB (Red+Green+Blue) = 181+166+147=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A693 is #4A596C. Grayscale: #A8A8A8. Windows color (decimal): -4872557 or 9676469. OLE color: 9676469.

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

Color convert

RGB 181 166 147 -
CMYK 0 0.08 0.19 0.29
HSL 33.53º 0.19% 0.64% -
HSV(B) 33.53º 0.19% 0.71% -
XYZ 37.96 39.2 33.17 -
YUV 168.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 181 166 147 0 0.08 0.19 0.29 33.53 0.19 0.64
Hex B5 A6 93 0 8 13 1D 22 13 40
Octal 265 246 223 0 10 23 35 42 23 100
Binary 10110101 10100110 10010011 0 1000 10011 11101 100010 10011 1000000

Color Harmonies of #B5A693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A693

Black with #B5A693

Text Example


Text Example

White with #B5A693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A693; }

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

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

background-color css

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

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

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

border-color css

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

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

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