Html Css Color HEX #B0B28E Bud

📋 copy color: '#B0B28E'

red 176 ◦ green 178 ◦ blue 142

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

Shades of Bud #B0B28E

Tints of Bud #B0B28E

RGB

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

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

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

R = 35.48%
G = 35.89%
B = 28.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B0B28E (or 0xB0B28E) is known color: Bud. HEX triplet: B0, B2 and 8E. RGB value is (176,178,142). Sum of RGB (Red+Green+Blue) = 176+178+142=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B28E is #4F4D71. Grayscale: #ADADAD. Windows color (decimal): -5197170 or 9351856. OLE color: 9351856.

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

Color convert

RGB 176 178 142 -
CMYK 0.01 0 0.20 0.30
HSL 63.33º 0.19% 0.63% -
HSV(B) 63.33º 0.2% 0.7% -
XYZ 38.71 43.02 31.86 -
YUV 173.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 176 178 142 0.01 0 0.20 0.30 63.33 0.19 0.63
Hex B0 B2 8E 1 0 14 1E 3F 13 3F
Octal 260 262 216 1 0 24 36 77 23 77
Binary 10110000 10110010 10001110 1 0 10100 11110 111111 10011 111111

Color Harmonies of #B0B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B28E

Black with #B0B28E

Text Example


Text Example

White with #B0B28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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