Html Css Color HEX #B0B68D Bud

📋 copy color: '#B0B68D'

red 176 ◦ green 182 ◦ blue 141

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

Shades of Bud #B0B68D

Tints of Bud #B0B68D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.47%

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

R = 35.27%
G = 36.47%
B = 28.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B0B68D (or 0xB0B68D) is known color: Bud. HEX triplet: B0, B6 and 8D. RGB value is (176,182,141). Sum of RGB (Red+Green+Blue) = 176+182+141=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B68D is #4F4972. Grayscale: #AFAFAF. Windows color (decimal): -5196147 or 9287344. OLE color: 9287344.

HSL color Cylindrical-coordinate representation of color #B0B68D: hue angle of 68.78º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0B68D is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 182 141 -
CMYK 0.03 0 0.23 0.29
HSL 68.78º 0.22% 0.63% -
HSV(B) 68.78º 0.23% 0.71% -
XYZ 39.44 44.61 31.73 -
YUV 175.53 108.51 128.33 -
System Red Green Blue C M Y K H S L
Decimal 176 182 141 0.03 0 0.23 0.29 68.78 0.22 0.63
Hex B0 B6 8D 3 0 17 1D 45 16 3F
Octal 260 266 215 3 0 27 35 105 26 77
Binary 10110000 10110110 10001101 11 0 10111 11101 1000101 10110 111111

Color Harmonies of #B0B68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B68D

Black with #B0B68D

Text Example


Text Example

White with #B0B68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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