Html Css Color HEX #B0BE8D Caper

📋 copy color: '#B0BE8D'

red 176 ◦ green 190 ◦ blue 141

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

Shades of Caper #B0BE8D

Tints of Caper #B0BE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.48%

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

R = 34.71%
G = 37.48%
B = 27.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#B0BE8D (or 0xB0BE8D) is known color: Caper. HEX triplet: B0, BE and 8D. RGB value is (176,190,141). Sum of RGB (Red+Green+Blue) = 176+190+141=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BE8D is #4F4172. Grayscale: #B4B4B4. Windows color (decimal): -5194099 or 9289392. OLE color: 9289392.

HSL color Cylindrical-coordinate representation of color #B0BE8D: hue angle of 77.14º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0BE8D is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 190 141 -
CMYK 0.07 0 0.26 0.25
HSL 77.14º 0.27% 0.65% -
HSV(B) 77.14º 0.26% 0.75% -
XYZ 41.13 47.98 32.29 -
YUV 180.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 176 190 141 0.07 0 0.26 0.25 77.14 0.27 0.65
Hex B0 BE 8D 7 0 1A 19 4D 1B 41
Octal 260 276 215 7 0 32 31 115 33 101
Binary 10110000 10111110 10001101 111 0 11010 11001 1001101 11011 1000001

Color Harmonies of #B0BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE8D

Black with #B0BE8D

Text Example


Text Example

White with #B0BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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