Html Css Color HEX #B0BA82 Caper

📋 copy color: '#B0BA82'

red 176 ◦ green 186 ◦ blue 130

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

Shades of Caper #B0BA82

Tints of Caper #B0BA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.42%

R = 35.77%
G = 37.8%
B = 26.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B0BA82 (or 0xB0BA82) is known color: Caper. HEX triplet: B0, BA and 82. RGB value is (176,186,130). Sum of RGB (Red+Green+Blue) = 176+186+130=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA82 is #4F457D. Grayscale: #B0B0B0. Windows color (decimal): -5195134 or 8567472. OLE color: 8567472.

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

Color convert

RGB 176 186 130 -
CMYK 0.05 0 0.30 0.27
HSL 70.71º 0.29% 0.62% -
HSV(B) 70.71º 0.3% 0.73% -
XYZ 39.49 45.96 27.91 -
YUV 176.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 176 186 130 0.05 0 0.30 0.27 70.71 0.29 0.62
Hex B0 BA 82 5 0 1E 1B 47 1D 3E
Octal 260 272 202 5 0 36 33 107 35 76
Binary 10110000 10111010 10000010 101 0 11110 11011 1000111 11101 111110

Color Harmonies of #B0BA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA82

Black with #B0BA82

Text Example


Text Example

White with #B0BA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA82; }

 p { color: rgb(176,186,130); }

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

background-color css

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

 a { background-color: rgb(176,186,130); }

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

border-color css

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

 span { border-color: rgb(176,186,130); }

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