Html Css Color HEX #B0B38D Bud

📋 copy color: '#B0B38D'

red 176 ◦ green 179 ◦ blue 141

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

Shades of Bud #B0B38D

Tints of Bud #B0B38D

RGB

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

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

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

R = 35.48%
G = 36.09%
B = 28.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B0B38D (or 0xB0B38D) is known color: Bud. HEX triplet: B0, B3 and 8D. RGB value is (176,179,141). Sum of RGB (Red+Green+Blue) = 176+179+141=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B38D is #4F4C72. Grayscale: #ADADAD. Windows color (decimal): -5196915 or 9286576. OLE color: 9286576.

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

Color convert

RGB 176 179 141 -
CMYK 0.02 0 0.21 0.30
HSL 64.74º 0.2% 0.63% -
HSV(B) 64.74º 0.21% 0.7% -
XYZ 38.83 43.39 31.53 -
YUV 173.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 176 179 141 0.02 0 0.21 0.30 64.74 0.2 0.63
Hex B0 B3 8D 2 0 15 1E 41 14 3F
Octal 260 263 215 2 0 25 36 101 24 77
Binary 10110000 10110011 10001101 10 0 10101 11110 1000001 10100 111111

Color Harmonies of #B0B38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B38D

Black with #B0B38D

Text Example


Text Example

White with #B0B38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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