Html Css Color HEX #B0BC7A Caper

📋 copy color: '#B0BC7A'

red 176 ◦ green 188 ◦ blue 122

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

Shades of Caper #B0BC7A

Tints of Caper #B0BC7A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.68%

 BLUE value IS 122 (48.05% from 255) = 25.1%

R = 36.21%
G = 38.68%
B = 25.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#B0BC7A (or 0xB0BC7A) is known color: Caper. HEX triplet: B0, BC and 7A. RGB value is (176,188,122). Sum of RGB (Red+Green+Blue) = 176+188+122=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BC7A is #4F4385. Grayscale: #B1B1B1. Windows color (decimal): -5194630 or 8043696. OLE color: 8043696.

HSL color Cylindrical-coordinate representation of color #B0BC7A: hue angle of 70.91º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0BC7A is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 188 122 -
CMYK 0.06 0 0.35 0.26
HSL 70.91º 0.33% 0.61% -
HSV(B) 70.91º 0.35% 0.74% -
XYZ 39.4 46.6 25.33 -
YUV 176.89 97.02 127.37 -
System Red Green Blue C M Y K H S L
Decimal 176 188 122 0.06 0 0.35 0.26 70.91 0.33 0.61
Hex B0 BC 7A 6 0 23 1A 47 21 3D
Octal 260 274 172 6 0 43 32 107 41 75
Binary 10110000 10111100 1111010 110 0 100011 11010 1000111 100001 111101

Color Harmonies of #B0BC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC7A

Black with #B0BC7A

Text Example


Text Example

White with #B0BC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC7A; }

 p { color: rgb(176,188,122); }

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

background-color css

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

 a { background-color: rgb(176,188,122); }

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

border-color css

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

 span { border-color: rgb(176,188,122); }

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