Html Css Color HEX #B0B98A Caper

📋 copy color: '#B0B98A'

red 176 ◦ green 185 ◦ blue 138

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

Shades of Caper #B0B98A

Tints of Caper #B0B98A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.07%

 BLUE value IS 138 (54.3% from 255) = 27.66%

R = 35.27%
G = 37.07%
B = 27.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B0B98A (or 0xB0B98A) is known color: Caper. HEX triplet: B0, B9 and 8A. RGB value is (176,185,138). Sum of RGB (Red+Green+Blue) = 176+185+138=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B98A is #4F4675. Grayscale: #B1B1B1. Windows color (decimal): -5195382 or 9091504. OLE color: 9091504.

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

Color convert

RGB 176 185 138 -
CMYK 0.05 0 0.25 0.27
HSL 71.49º 0.25% 0.63% -
HSV(B) 71.49º 0.25% 0.73% -
XYZ 39.84 45.76 30.78 -
YUV 176.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 176 185 138 0.05 0 0.25 0.27 71.49 0.25 0.63
Hex B0 B9 8A 5 0 19 1B 47 19 3F
Octal 260 271 212 5 0 31 33 107 31 77
Binary 10110000 10111001 10001010 101 0 11001 11011 1000111 11001 111111

Color Harmonies of #B0B98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B98A

Black with #B0B98A

Text Example


Text Example

White with #B0B98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B98A; }

 p { color: rgb(176,185,138); }

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

background-color css

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

 a { background-color: rgb(176,185,138); }

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

border-color css

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

 span { border-color: rgb(176,185,138); }

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