Html Css Color HEX #B1B58D Bud

📋 copy color: '#B1B58D'

red 177 ◦ green 181 ◦ blue 141

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

Shades of Bud #B1B58D

Tints of Bud #B1B58D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.27%

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

R = 35.47%
G = 36.27%
B = 28.26%

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

#B1B58D (or 0xB1B58D) is known color: Bud. HEX triplet: B1, B5 and 8D. RGB value is (177,181,141). Sum of RGB (Red+Green+Blue) = 177+181+141=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B58D is #4E4A72. Grayscale: #AFAFAF. Windows color (decimal): -5130867 or 9287089. OLE color: 9287089.

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

Color convert

RGB 177 181 141 -
CMYK 0.02 0 0.22 0.29
HSL 66º 0.21% 0.63% -
HSV(B) 66º 0.22% 0.71% -
XYZ 39.46 44.32 31.67 -
YUV 175.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 177 181 141 0.02 0 0.22 0.29 66 0.21 0.63
Hex B1 B5 8D 2 0 16 1D 42 15 3F
Octal 261 265 215 2 0 26 35 102 25 77
Binary 10110001 10110101 10001101 10 0 10110 11101 1000010 10101 111111

Color Harmonies of #B1B58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B58D

Black with #B1B58D

Text Example


Text Example

White with #B1B58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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