Html Css Color HEX #B3BD93 Caper

📋 copy color: '#B3BD93'

red 179 ◦ green 189 ◦ blue 147

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

Shades of Caper #B3BD93

Tints of Caper #B3BD93

RGB

 RED value IS 179 (70.31% from 255) = 34.76%

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

 BLUE value IS 147 (57.81% from 255) = 28.54%

R = 34.76%
G = 36.7%
B = 28.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#B3BD93 (or 0xB3BD93) is known color: Caper. HEX triplet: B3, BD and 93. RGB value is (179,189,147). Sum of RGB (Red+Green+Blue) = 179+189+147=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BD93 is #4C426C. Grayscale: #B5B5B5. Windows color (decimal): -4997741 or 9682355. OLE color: 9682355.

HSL color Cylindrical-coordinate representation of color #B3BD93: hue angle of 74.29º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3BD93 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 189 147 -
CMYK 0.05 0 0.22 0.26
HSL 74.29º 0.24% 0.66% -
HSV(B) 74.29º 0.22% 0.74% -
XYZ 42.05 48.09 34.67 -
YUV 181.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 179 189 147 0.05 0 0.22 0.26 74.29 0.24 0.66
Hex B3 BD 93 5 0 16 1A 4A 18 42
Octal 263 275 223 5 0 26 32 112 30 102
Binary 10110011 10111101 10010011 101 0 10110 11010 1001010 11000 1000010

Color Harmonies of #B3BD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BD93

Black with #B3BD93

Text Example


Text Example

White with #B3BD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BD93; }

 p { color: rgb(179,189,147); }

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

background-color css

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

 a { background-color: rgb(179,189,147); }

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

border-color css

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

 span { border-color: rgb(179,189,147); }

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