Html Css Color HEX #B2BB8A Caper

📋 copy color: '#B2BB8A'

red 178 ◦ green 187 ◦ blue 138

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

Shades of Caper #B2BB8A

Tints of Caper #B2BB8A

RGB

 RED value IS 178 (69.92% from 255) = 35.39%

 GREEN value IS 187 (73.44% from 255) = 37.18%

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

R = 35.39%
G = 37.18%
B = 27.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B2BB8A (or 0xB2BB8A) is known color: Caper. HEX triplet: B2, BB and 8A. RGB value is (178,187,138). Sum of RGB (Red+Green+Blue) = 178+187+138=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB8A is #4D4475. Grayscale: #B2B2B2. Windows color (decimal): -5063798 or 9092018. OLE color: 9092018.

HSL color Cylindrical-coordinate representation of color #B2BB8A: hue angle of 71.02º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2BB8A is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 187 138 -
CMYK 0.05 0 0.26 0.27
HSL 71.02º 0.26% 0.64% -
HSV(B) 71.02º 0.26% 0.73% -
XYZ 40.72 46.84 30.94 -
YUV 178.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 178 187 138 0.05 0 0.26 0.27 71.02 0.26 0.64
Hex B2 BB 8A 5 0 1A 1B 47 1A 40
Octal 262 273 212 5 0 32 33 107 32 100
Binary 10110010 10111011 10001010 101 0 11010 11011 1000111 11010 1000000

Color Harmonies of #B2BB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BB8A

Black with #B2BB8A

Text Example


Text Example

White with #B2BB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BB8A; }

 p { color: rgb(178,187,138); }

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

background-color css

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

 a { background-color: rgb(178,187,138); }

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

border-color css

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

 span { border-color: rgb(178,187,138); }

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