Html Css Color HEX #B2B58D Bud

📋 copy color: '#B2B58D'

red 178 ◦ green 181 ◦ blue 141

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

Shades of Bud #B2B58D

Tints of Bud #B2B58D

RGB

 RED value IS 178 (69.92% from 255) = 35.6%

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

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

R = 35.6%
G = 36.2%
B = 28.2%

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

#B2B58D (or 0xB2B58D) is known color: Bud. HEX triplet: B2, B5 and 8D. RGB value is (178,181,141). Sum of RGB (Red+Green+Blue) = 178+181+141=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B58D is #4D4A72. Grayscale: #AFAFAF. Windows color (decimal): -5065331 or 9287090. OLE color: 9287090.

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

Color convert

RGB 178 181 141 -
CMYK 0.02 0 0.22 0.29
HSL 64.5º 0.21% 0.63% -
HSV(B) 64.5º 0.22% 0.71% -
XYZ 39.69 44.44 31.68 -
YUV 175.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 178 181 141 0.02 0 0.22 0.29 64.5 0.21 0.63
Hex B2 B5 8D 2 0 16 1D 40 15 3F
Octal 262 265 215 2 0 26 35 100 25 77
Binary 10110010 10110101 10001101 10 0 10110 11101 1000000 10101 111111

Color Harmonies of #B2B58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B58D

Black with #B2B58D

Text Example


Text Example

White with #B2B58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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