#B0B38A

Color #B0B38A Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bud #B0B38A

Tints of Bud #B0B38A

Color information

#B0B38A (or 0xB0B38A) is unknown color: approx Bud. HEX triplet: B0, B3 and 8A. RGB value is (176,179,138). Sum of RGB (Red+Green+Blue) = 176+179+138=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B38A is #4F4C75. Grayscale: #ADADAD. Windows color (decimal): -5196918 or 9089968. OLE color: 9089968.

HSL color Cylindrical-coordinate representation of color #B0B38A: hue angle of 64.39º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0B38A is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB176179138-
CMYK0.0200.230.30
HSL64.39º21.24%62.16%-
HSV(B)64.39º22.91%70.2%-
XYZ38.6143.3130.37-
YUV173.43108.01129.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=35.70%
G=36.31%
B=27.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761791380.0200.230.3064.3921.2462.16
HexB0B38A20171E40153e
Octal2602632122027361002576
Binary1011000010110011100010101001011111110100000010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B38A; }

 p { color: rgb(176,179,138); }

 H1.HeaderClassName
 {
   color: #B0B38A;
 }
 .AnyTagClassName
 {
   color: #B0B38A;
 }
</style>
background-color css

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

 a { background-color: rgb(176,179,138); }

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

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

 span { border-color: rgb(176,179,138); }

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