Html Css Color HEX #B5BD8B Caper

📋 copy color: '#B5BD8B'

red 181 ◦ green 189 ◦ blue 139

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

Shades of Caper #B5BD8B

Tints of Caper #B5BD8B

RGB

 RED value IS 181 (71.09% from 255) = 35.56%

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

 BLUE value IS 139 (54.69% from 255) = 27.31%

R = 35.56%
G = 37.13%
B = 27.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#B5BD8B (or 0xB5BD8B) is known color: Caper. HEX triplet: B5, BD and 8B. RGB value is (181,189,139). Sum of RGB (Red+Green+Blue) = 181+189+139=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BD8B is #4A4274. Grayscale: #B5B5B5. Windows color (decimal): -4866677 or 9158069. OLE color: 9158069.

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

Color convert

RGB 181 189 139 -
CMYK 0.04 0 0.26 0.26
HSL 69.6º 0.27% 0.64% -
HSV(B) 69.6º 0.26% 0.74% -
XYZ 41.91 48.08 31.5 -
YUV 180.91 104.35 128.07 -
System Red Green Blue C M Y K H S L
Decimal 181 189 139 0.04 0 0.26 0.26 69.6 0.27 0.64
Hex B5 BD 8B 4 0 1A 1A 46 1B 40
Octal 265 275 213 4 0 32 32 106 33 100
Binary 10110101 10111101 10001011 100 0 11010 11010 1000110 11011 1000000

Color Harmonies of #B5BD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD8B

Black with #B5BD8B

Text Example


Text Example

White with #B5BD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD8B; }

 p { color: rgb(181,189,139); }

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

background-color css

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

 a { background-color: rgb(181,189,139); }

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

border-color css

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

 span { border-color: rgb(181,189,139); }

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