Html Css Color HEX #B0BE8C Caper

📋 copy color: '#B0BE8C'

red 176 ◦ green 190 ◦ blue 140

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

Shades of Caper #B0BE8C

Tints of Caper #B0BE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.67%

R = 34.78%
G = 37.55%
B = 27.67%

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

#B0BE8C (or 0xB0BE8C) is known color: Caper. HEX triplet: B0, BE and 8C. RGB value is (176,190,140). Sum of RGB (Red+Green+Blue) = 176+190+140=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BE8C is #4F4173. Grayscale: #B4B4B4. Windows color (decimal): -5194100 or 9223856. OLE color: 9223856.

HSL color Cylindrical-coordinate representation of color #B0BE8C: hue angle of 76.8º degrees, saturation: 0.28, 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 #B0BE8C is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 190 140 -
CMYK 0.07 0 0.26 0.25
HSL 76.8º 0.28% 0.65% -
HSV(B) 76.8º 0.26% 0.75% -
XYZ 41.05 47.95 31.9 -
YUV 180.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 176 190 140 0.07 0 0.26 0.25 76.8 0.28 0.65
Hex B0 BE 8C 7 0 1A 19 4D 1C 41
Octal 260 276 214 7 0 32 31 115 34 101
Binary 10110000 10111110 10001100 111 0 11010 11001 1001101 11100 1000001

Color Harmonies of #B0BE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE8C

Black with #B0BE8C

Text Example


Text Example

White with #B0BE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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