Html Css Color HEX #B0B28D Bud

📋 copy color: '#B0B28D'

red 176 ◦ green 178 ◦ blue 141

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

Shades of Bud #B0B28D

Tints of Bud #B0B28D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.96%

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

R = 35.56%
G = 35.96%
B = 28.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B0B28D (or 0xB0B28D) is known color: Bud. HEX triplet: B0, B2 and 8D. RGB value is (176,178,141). Sum of RGB (Red+Green+Blue) = 176+178+141=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B28D is #4F4D72. Grayscale: #ADADAD. Windows color (decimal): -5197171 or 9286320. OLE color: 9286320.

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

Color convert

RGB 176 178 141 -
CMYK 0.01 0 0.21 0.30
HSL 63.24º 0.19% 0.63% -
HSV(B) 63.24º 0.21% 0.7% -
XYZ 38.63 42.99 31.46 -
YUV 173.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 176 178 141 0.01 0 0.21 0.30 63.24 0.19 0.63
Hex B0 B2 8D 1 0 15 1E 3F 13 3F
Octal 260 262 215 1 0 25 36 77 23 77
Binary 10110000 10110010 10001101 1 0 10101 11110 111111 10011 111111

Color Harmonies of #B0B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B28D

Black with #B0B28D

Text Example


Text Example

White with #B0B28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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