Html Css Color HEX #B0B38E Bud

📋 copy color: '#B0B38E'

red 176 ◦ green 179 ◦ blue 142

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

Shades of Bud #B0B38E

Tints of Bud #B0B38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.57%

R = 35.41%
G = 36.02%
B = 28.57%

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

#B0B38E (or 0xB0B38E) is known color: Bud. HEX triplet: B0, B3 and 8E. RGB value is (176,179,142). Sum of RGB (Red+Green+Blue) = 176+179+142=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B38E is #4F4C71. Grayscale: #AEAEAE. Windows color (decimal): -5196914 or 9352112. OLE color: 9352112.

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

Color convert

RGB 176 179 142 -
CMYK 0.02 0 0.21 0.30
HSL 64.86º 0.2% 0.63% -
HSV(B) 64.86º 0.21% 0.7% -
XYZ 38.91 43.42 31.92 -
YUV 173.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 176 179 142 0.02 0 0.21 0.30 64.86 0.2 0.63
Hex B0 B3 8E 2 0 15 1E 41 14 3F
Octal 260 263 216 2 0 25 36 101 24 77
Binary 10110000 10110011 10001110 10 0 10101 11110 1000001 10100 111111

Color Harmonies of #B0B38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B38E

Black with #B0B38E

Text Example


Text Example

White with #B0B38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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