Html Css Color HEX #B0BD8A Caper

📋 copy color: '#B0BD8A'

red 176 ◦ green 189 ◦ blue 138

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

Shades of Caper #B0BD8A

Tints of Caper #B0BD8A

RGB

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

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

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

R = 34.99%
G = 37.57%
B = 27.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#B0BD8A (or 0xB0BD8A) is known color: Caper. HEX triplet: B0, BD and 8A. RGB value is (176,189,138). Sum of RGB (Red+Green+Blue) = 176+189+138=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BD8A is #4F4275. Grayscale: #B3B3B3. Windows color (decimal): -5194358 or 9092528. OLE color: 9092528.

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

Color convert

RGB 176 189 138 -
CMYK 0.07 0 0.27 0.26
HSL 75.29º 0.28% 0.64% -
HSV(B) 75.29º 0.27% 0.74% -
XYZ 40.69 47.46 31.06 -
YUV 179.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 176 189 138 0.07 0 0.27 0.26 75.29 0.28 0.64
Hex B0 BD 8A 7 0 1B 1A 4B 1C 40
Octal 260 275 212 7 0 33 32 113 34 100
Binary 10110000 10111101 10001010 111 0 11011 11010 1001011 11100 1000000

Color Harmonies of #B0BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD8A

Black with #B0BD8A

Text Example


Text Example

White with #B0BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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