Html Css Color HEX #B2BA8A Caper

📋 copy color: '#B2BA8A'

red 178 ◦ green 186 ◦ blue 138

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

Shades of Caper #B2BA8A

Tints of Caper #B2BA8A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.05%

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

R = 35.46%
G = 37.05%
B = 27.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B2BA8A (or 0xB2BA8A) is known color: Caper. HEX triplet: B2, BA and 8A. RGB value is (178,186,138). Sum of RGB (Red+Green+Blue) = 178+186+138=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA8A is #4D4575. Grayscale: #B2B2B2. Windows color (decimal): -5064054 or 9091762. OLE color: 9091762.

HSL color Cylindrical-coordinate representation of color #B2BA8A: hue angle of 70º 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 #B2BA8A is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 186 138 -
CMYK 0.04 0 0.26 0.27
HSL 70º 0.26% 0.64% -
HSV(B) 70º 0.26% 0.73% -
XYZ 40.51 46.42 30.87 -
YUV 178.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 178 186 138 0.04 0 0.26 0.27 70 0.26 0.64
Hex B2 BA 8A 4 0 1A 1B 46 1A 40
Octal 262 272 212 4 0 32 33 106 32 100
Binary 10110010 10111010 10001010 100 0 11010 11011 1000110 11010 1000000

Color Harmonies of #B2BA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA8A

Black with #B2BA8A

Text Example


Text Example

White with #B2BA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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