Html Css Color HEX #B5A89B Cloudy

📋 copy color: '#B5A89B'

red 181 ◦ green 168 ◦ blue 155

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

Shades of Cloudy #B5A89B

Tints of Cloudy #B5A89B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.33%

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

R = 35.91%
G = 33.33%
B = 30.75%

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

#B5A89B (or 0xB5A89B) is known color: Cloudy. HEX triplet: B5, A8 and 9B. RGB value is (181,168,155). Sum of RGB (Red+Green+Blue) = 181+168+155=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A89B is #4A5764. Grayscale: #AAAAAA. Windows color (decimal): -4872037 or 10201269. OLE color: 10201269.

HSL color Cylindrical-coordinate representation of color #B5A89B: hue angle of 30º degrees, saturation: 0.15, 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 #B5A89B is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 168 155 -
CMYK 0 0.07 0.14 0.29
HSL 30º 0.15% 0.66% -
HSV(B) 30º 0.14% 0.71% -
XYZ 38.98 40.2 36.71 -
YUV 170.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 181 168 155 0 0.07 0.14 0.29 30 0.15 0.66
Hex B5 A8 9B 0 7 E 1D 1E F 42
Octal 265 250 233 0 7 16 35 36 17 102
Binary 10110101 10101000 10011011 0 111 1110 11101 11110 1111 1000010

Color Harmonies of #B5A89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A89B

Black with #B5A89B

Text Example


Text Example

White with #B5A89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A89B; }

 p { color: rgb(181,168,155); }

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

background-color css

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

 a { background-color: rgb(181,168,155); }

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

border-color css

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

 span { border-color: rgb(181,168,155); }

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