Html Css Color HEX #B1BE8A Caper

📋 copy color: '#B1BE8A'

red 177 ◦ green 190 ◦ blue 138

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

Shades of Caper #B1BE8A

Tints of Caper #B1BE8A

RGB

 RED value IS 177 (69.53% from 255) = 35.05%

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

 BLUE value IS 138 (54.3% from 255) = 27.33%

R = 35.05%
G = 37.62%
B = 27.33%

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

#B1BE8A (or 0xB1BE8A) is known color: Caper. HEX triplet: B1, BE and 8A. RGB value is (177,190,138). Sum of RGB (Red+Green+Blue) = 177+190+138=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BE8A is #4E4175. Grayscale: #B4B4B4. Windows color (decimal): -5128566 or 9092785. OLE color: 9092785.

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

Color convert

RGB 177 190 138 -
CMYK 0.07 0 0.27 0.25
HSL 75º 0.29% 0.64% -
HSV(B) 75º 0.27% 0.75% -
XYZ 41.13 48.01 31.14 -
YUV 180.19 104.19 125.73 -
System Red Green Blue C M Y K H S L
Decimal 177 190 138 0.07 0 0.27 0.25 75 0.29 0.64
Hex B1 BE 8A 7 0 1B 19 4B 1D 40
Octal 261 276 212 7 0 33 31 113 35 100
Binary 10110001 10111110 10001010 111 0 11011 11001 1001011 11101 1000000

Color Harmonies of #B1BE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BE8A

Black with #B1BE8A

Text Example


Text Example

White with #B1BE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BE8A; }

 p { color: rgb(177,190,138); }

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

background-color css

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

 a { background-color: rgb(177,190,138); }

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

border-color css

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

 span { border-color: rgb(177,190,138); }

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