Html Css Color HEX #B0B38F Bud

📋 copy color: '#B0B38F'

red 176 ◦ green 179 ◦ blue 143

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

Shades of Bud #B0B38F

Tints of Bud #B0B38F

RGB

 RED value IS 176 (69.14% from 255) = 35.34%

 GREEN value IS 179 (70.31% from 255) = 35.94%

 BLUE value IS 143 (56.25% from 255) = 28.71%

R = 35.34%
G = 35.94%
B = 28.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B0B38F (or 0xB0B38F) is known color: Bud. HEX triplet: B0, B3 and 8F. RGB value is (176,179,143). Sum of RGB (Red+Green+Blue) = 176+179+143=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B38F is #4F4C70. Grayscale: #AEAEAE. Windows color (decimal): -5196913 or 9417648. OLE color: 9417648.

HSL color Cylindrical-coordinate representation of color #B0B38F: hue angle of 65º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0B38F is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 179 143 -
CMYK 0.02 0 0.20 0.30
HSL 65º 0.19% 0.63% -
HSV(B) 65º 0.2% 0.7% -
XYZ 38.98 43.45 32.32 -
YUV 174 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 176 179 143 0.02 0 0.20 0.30 65 0.19 0.63
Hex B0 B3 8F 2 0 14 1E 41 13 3F
Octal 260 263 217 2 0 24 36 101 23 77
Binary 10110000 10110011 10001111 10 0 10100 11110 1000001 10011 111111

Color Harmonies of #B0B38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B38F

Black with #B0B38F

Text Example


Text Example

White with #B0B38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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