Html Css Color HEX #B0BE8B Caper

📋 copy color: '#B0BE8B'

red 176 ◦ green 190 ◦ blue 139

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

Shades of Caper #B0BE8B

Tints of Caper #B0BE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.52%

R = 34.85%
G = 37.62%
B = 27.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#B0BE8B (or 0xB0BE8B) is known color: Caper. HEX triplet: B0, BE and 8B. RGB value is (176,190,139). Sum of RGB (Red+Green+Blue) = 176+190+139=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BE8B is #4F4174. Grayscale: #B4B4B4. Windows color (decimal): -5194101 or 9158320. OLE color: 9158320.

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

Color convert

RGB 176 190 139 -
CMYK 0.07 0 0.27 0.25
HSL 76.47º 0.28% 0.65% -
HSV(B) 76.47º 0.27% 0.75% -
XYZ 40.98 47.92 31.52 -
YUV 180 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 176 190 139 0.07 0 0.27 0.25 76.47 0.28 0.65
Hex B0 BE 8B 7 0 1B 19 4C 1C 41
Octal 260 276 213 7 0 33 31 114 34 101
Binary 10110000 10111110 10001011 111 0 11011 11001 1001100 11100 1000001

Color Harmonies of #B0BE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE8B

Black with #B0BE8B

Text Example


Text Example

White with #B0BE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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