Html Css Color HEX #B0BD85 Caper

📋 copy color: '#B0BD85'

red 176 ◦ green 189 ◦ blue 133

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

Shades of Caper #B0BD85

Tints of Caper #B0BD85

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.95%

 BLUE value IS 133 (52.34% from 255) = 26.71%

R = 35.34%
G = 37.95%
B = 26.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#B0BD85 (or 0xB0BD85) is known color: Caper. HEX triplet: B0, BD and 85. RGB value is (176,189,133). Sum of RGB (Red+Green+Blue) = 176+189+133=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BD85 is #4F427A. Grayscale: #B2B2B2. Windows color (decimal): -5194363 or 8764848. OLE color: 8764848.

HSL color Cylindrical-coordinate representation of color #B0BD85: hue angle of 73.93º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0BD85 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 189 133 -
CMYK 0.07 0 0.30 0.26
HSL 73.93º 0.3% 0.63% -
HSV(B) 73.93º 0.3% 0.74% -
XYZ 40.34 47.32 29.2 -
YUV 178.73 102.19 126.05 -
System Red Green Blue C M Y K H S L
Decimal 176 189 133 0.07 0 0.30 0.26 73.93 0.3 0.63
Hex B0 BD 85 7 0 1E 1A 4A 1E 3F
Octal 260 275 205 7 0 36 32 112 36 77
Binary 10110000 10111101 10000101 111 0 11110 11010 1001010 11110 111111

Color Harmonies of #B0BD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD85

Black with #B0BD85

Text Example


Text Example

White with #B0BD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD85; }

 p { color: rgb(176,189,133); }

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

background-color css

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

 a { background-color: rgb(176,189,133); }

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

border-color css

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

 span { border-color: rgb(176,189,133); }

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