Html Css Color HEX #B0BC7B Caper

📋 copy color: '#B0BC7B'

red 176 ◦ green 188 ◦ blue 123

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

Shades of Caper #B0BC7B

Tints of Caper #B0BC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.26%

R = 36.14%
G = 38.6%
B = 25.26%

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

#B0BC7B (or 0xB0BC7B) is known color: Caper. HEX triplet: B0, BC and 7B. RGB value is (176,188,123). Sum of RGB (Red+Green+Blue) = 176+188+123=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BC7B is #4F4384. Grayscale: #B1B1B1. Windows color (decimal): -5194629 or 8109232. OLE color: 8109232.

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

Color convert

RGB 176 188 123 -
CMYK 0.06 0 0.35 0.26
HSL 71.08º 0.33% 0.61% -
HSV(B) 71.08º 0.35% 0.74% -
XYZ 39.46 46.63 25.66 -
YUV 177 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 176 188 123 0.06 0 0.35 0.26 71.08 0.33 0.61
Hex B0 BC 7B 6 0 23 1A 47 21 3D
Octal 260 274 173 6 0 43 32 107 41 75
Binary 10110000 10111100 1111011 110 0 100011 11010 1000111 100001 111101

Color Harmonies of #B0BC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC7B

Black with #B0BC7B

Text Example


Text Example

White with #B0BC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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