Html Css Color HEX #B7A796 Cloudy

📋 copy color: '#B7A796'

red 183 ◦ green 167 ◦ blue 150

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

Shades of Cloudy #B7A796

Tints of Cloudy #B7A796

RGB

 RED value IS 183 (71.88% from 255) = 36.6%

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

 BLUE value IS 150 (58.98% from 255) = 30%

R = 36.6%
G = 33.4%
B = 30%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B7A796 (or 0xB7A796) is known color: Cloudy. HEX triplet: B7, A7 and 96. RGB value is (183,167,150). Sum of RGB (Red+Green+Blue) = 183+167+150=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A796 is #485869. Grayscale: #A9A9A9. Windows color (decimal): -4741226 or 9873335. OLE color: 9873335.

HSL color Cylindrical-coordinate representation of color #B7A796: hue angle of 30.91º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7A796 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 167 150 -
CMYK 0 0.09 0.18 0.28
HSL 30.91º 0.19% 0.65% -
HSV(B) 30.91º 0.18% 0.72% -
XYZ 38.85 39.91 34.51 -
YUV 169.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 183 167 150 0 0.09 0.18 0.28 30.91 0.19 0.65
Hex B7 A7 96 0 9 12 1C 1F 13 41
Octal 267 247 226 0 11 22 34 37 23 101
Binary 10110111 10100111 10010110 0 1001 10010 11100 11111 10011 1000001

Color Harmonies of #B7A796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A796

Black with #B7A796

Text Example


Text Example

White with #B7A796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A796; }

 p { color: rgb(183,167,150); }

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

background-color css

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

 a { background-color: rgb(183,167,150); }

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

border-color css

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

 span { border-color: rgb(183,167,150); }

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