#B4C07A

Color #B4C07A Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B4C07A

Tints of Caper #B4C07A

Color information

#B4C07A (or 0xB4C07A) is unknown color: approx Caper. HEX triplet: B4, C0 and 7A. RGB value is (180,192,122). Sum of RGB (Red+Green+Blue) = 180+192+122=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C07A is #4B3F85. Grayscale: #B4B4B4. Windows color (decimal): -4931462 or 8044724. OLE color: 8044724.

HSL color Cylindrical-coordinate representation of color #B4C07A: hue angle of 70.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4C07A is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB180192122-
CMYK0.0600.360.25
HSL70.29º35.71%61.57%-
HSV(B)70.29º36.46%75.29%-
XYZ41.1848.8125.66-
YUV180.4395.02127.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 122 (48.05% from 255) = 24.70%
R=36.44%
G=38.87%
B=24.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801921220.0600.360.2570.2935.7161.57
HexB4C07A60241946243e
Octal2643001726044311064476
Binary101101001100000011110101100100100110011000110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C07A; }

 p { color: rgb(180,192,122); }

 H1.HeaderClassName
 {
   color: #B4C07A;
 }
 .AnyTagClassName
 {
   color: #B4C07A;
 }
</style>
background-color css

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

 a { background-color: rgb(180,192,122); }

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

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

 span { border-color: rgb(180,192,122); }

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