Html Css Color HEX #B0B883 Caper

📋 copy color: '#B0B883'

red 176 ◦ green 184 ◦ blue 131

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

Shades of Caper #B0B883

Tints of Caper #B0B883

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.47%

 BLUE value IS 131 (51.56% from 255) = 26.68%

R = 35.85%
G = 37.47%
B = 26.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B0B883 (or 0xB0B883) is known color: Caper. HEX triplet: B0, B8 and 83. RGB value is (176,184,131). Sum of RGB (Red+Green+Blue) = 176+184+131=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B883 is #4F477C. Grayscale: #AFAFAF. Windows color (decimal): -5195645 or 8632496. OLE color: 8632496.

HSL color Cylindrical-coordinate representation of color #B0B883: hue angle of 69.06º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0B883 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 184 131 -
CMYK 0.04 0 0.29 0.28
HSL 69.06º 0.27% 0.62% -
HSV(B) 69.06º 0.29% 0.72% -
XYZ 39.14 45.15 28.12 -
YUV 175.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 176 184 131 0.04 0 0.29 0.28 69.06 0.27 0.62
Hex B0 B8 83 4 0 1D 1C 45 1B 3E
Octal 260 270 203 4 0 35 34 105 33 76
Binary 10110000 10111000 10000011 100 0 11101 11100 1000101 11011 111110

Color Harmonies of #B0B883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B883

Black with #B0B883

Text Example


Text Example

White with #B0B883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B883; }

 p { color: rgb(176,184,131); }

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

background-color css

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

 a { background-color: rgb(176,184,131); }

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

border-color css

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

 span { border-color: rgb(176,184,131); }

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