Html Css Color HEX #B1B48D Bud

📋 copy color: '#B1B48D'

red 177 ◦ green 180 ◦ blue 141

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

Shades of Bud #B1B48D

Tints of Bud #B1B48D

RGB

 RED value IS 177 (69.53% from 255) = 35.54%

 GREEN value IS 180 (70.7% from 255) = 36.14%

 BLUE value IS 141 (55.47% from 255) = 28.31%

R = 35.54%
G = 36.14%
B = 28.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B1B48D (or 0xB1B48D) is known color: Bud. HEX triplet: B1, B4 and 8D. RGB value is (177,180,141). Sum of RGB (Red+Green+Blue) = 177+180+141=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B48D is #4E4B72. Grayscale: #AEAEAE. Windows color (decimal): -5131123 or 9286833. OLE color: 9286833.

HSL color Cylindrical-coordinate representation of color #B1B48D: hue angle of 64.62º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1B48D is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 180 141 -
CMYK 0.02 0 0.22 0.29
HSL 64.62º 0.21% 0.63% -
HSV(B) 64.62º 0.22% 0.71% -
XYZ 39.26 43.91 31.61 -
YUV 174.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 177 180 141 0.02 0 0.22 0.29 64.62 0.21 0.63
Hex B1 B4 8D 2 0 16 1D 41 15 3F
Octal 261 264 215 2 0 26 35 101 25 77
Binary 10110001 10110100 10001101 10 0 10110 11101 1000001 10101 111111

Color Harmonies of #B1B48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B48D

Black with #B1B48D

Text Example


Text Example

White with #B1B48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B48D; }

 p { color: rgb(177,180,141); }

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

background-color css

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

 a { background-color: rgb(177,180,141); }

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

border-color css

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

 span { border-color: rgb(177,180,141); }

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