Html Css Color HEX #B0BA83 Caper

📋 copy color: '#B0BA83'

red 176 ◦ green 186 ◦ blue 131

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

Shades of Caper #B0BA83

Tints of Caper #B0BA83

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.73%

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

R = 35.7%
G = 37.73%
B = 26.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B0BA83 (or 0xB0BA83) is known color: Caper. HEX triplet: B0, BA and 83. RGB value is (176,186,131). Sum of RGB (Red+Green+Blue) = 176+186+131=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA83 is #4F457C. Grayscale: #B0B0B0. Windows color (decimal): -5195133 or 8633008. OLE color: 8633008.

HSL color Cylindrical-coordinate representation of color #B0BA83: hue angle of 70.91º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0BA83 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 186 131 -
CMYK 0.05 0 0.30 0.27
HSL 70.91º 0.28% 0.62% -
HSV(B) 70.91º 0.3% 0.73% -
XYZ 39.56 45.99 28.26 -
YUV 176.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 176 186 131 0.05 0 0.30 0.27 70.91 0.28 0.62
Hex B0 BA 83 5 0 1E 1B 47 1C 3E
Octal 260 272 203 5 0 36 33 107 34 76
Binary 10110000 10111010 10000011 101 0 11110 11011 1000111 11100 111110

Color Harmonies of #B0BA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA83

Black with #B0BA83

Text Example


Text Example

White with #B0BA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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