Html Css Color HEX #B4BB8D Caper

📋 copy color: '#B4BB8D'

red 180 ◦ green 187 ◦ blue 141

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

Shades of Caper #B4BB8D

Tints of Caper #B4BB8D

RGB

 RED value IS 180 (70.7% from 255) = 35.43%

 GREEN value IS 187 (73.44% from 255) = 36.81%

 BLUE value IS 141 (55.47% from 255) = 27.76%

R = 35.43%
G = 36.81%
B = 27.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B4BB8D (or 0xB4BB8D) is known color: Caper. HEX triplet: B4, BB and 8D. RGB value is (180,187,141). Sum of RGB (Red+Green+Blue) = 180+187+141=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BB8D is #4B4472. Grayscale: #B3B3B3. Windows color (decimal): -4932723 or 9288628. OLE color: 9288628.

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

Color convert

RGB 180 187 141 -
CMYK 0.04 0 0.25 0.27
HSL 69.13º 0.25% 0.64% -
HSV(B) 69.13º 0.25% 0.73% -
XYZ 41.4 47.17 32.12 -
YUV 179.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 180 187 141 0.04 0 0.25 0.27 69.13 0.25 0.64
Hex B4 BB 8D 4 0 19 1B 45 19 40
Octal 264 273 215 4 0 31 33 105 31 100
Binary 10110100 10111011 10001101 100 0 11001 11011 1000101 11001 1000000

Color Harmonies of #B4BB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BB8D

Black with #B4BB8D

Text Example


Text Example

White with #B4BB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BB8D; }

 p { color: rgb(180,187,141); }

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

background-color css

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

 a { background-color: rgb(180,187,141); }

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

border-color css

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

 span { border-color: rgb(180,187,141); }

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