Html Css Color HEX #B0BA7C Caper

📋 copy color: '#B0BA7C'

red 176 ◦ green 186 ◦ blue 124

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

Shades of Caper #B0BA7C

Tints of Caper #B0BA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.51%

R = 36.21%
G = 38.27%
B = 25.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B0BA7C (or 0xB0BA7C) is known color: Caper. HEX triplet: B0, BA and 7C. RGB value is (176,186,124). Sum of RGB (Red+Green+Blue) = 176+186+124=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA7C is #4F4583. Grayscale: #B0B0B0. Windows color (decimal): -5195140 or 8174256. OLE color: 8174256.

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

Color convert

RGB 176 186 124 -
CMYK 0.05 0 0.33 0.27
HSL 69.68º 0.31% 0.61% -
HSV(B) 69.68º 0.33% 0.73% -
XYZ 39.1 45.8 25.85 -
YUV 175.94 98.69 128.04 -
System Red Green Blue C M Y K H S L
Decimal 176 186 124 0.05 0 0.33 0.27 69.68 0.31 0.61
Hex B0 BA 7C 5 0 21 1B 46 1F 3D
Octal 260 272 174 5 0 41 33 106 37 75
Binary 10110000 10111010 1111100 101 0 100001 11011 1000110 11111 111101

Color Harmonies of #B0BA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA7C

Black with #B0BA7C

Text Example


Text Example

White with #B0BA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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