Html Css Color HEX #B4C38F Caper

📋 copy color: '#B4C38F'

red 180 ◦ green 195 ◦ blue 143

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

Shades of Caper #B4C38F

Tints of Caper #B4C38F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.64%

 BLUE value IS 143 (56.25% from 255) = 27.61%

R = 34.75%
G = 37.64%
B = 27.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#B4C38F (or 0xB4C38F) is known color: Caper. HEX triplet: B4, C3 and 8F. RGB value is (180,195,143). Sum of RGB (Red+Green+Blue) = 180+195+143=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C38F is #4B3C70. Grayscale: #B8B8B8. Windows color (decimal): -4930673 or 9421748. OLE color: 9421748.

HSL color Cylindrical-coordinate representation of color #B4C38F: hue angle of 77.31º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4C38F is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 195 143 -
CMYK 0.08 0 0.27 0.24
HSL 77.31º 0.3% 0.66% -
HSV(B) 77.31º 0.27% 0.76% -
XYZ 43.3 50.72 33.49 -
YUV 184.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 180 195 143 0.08 0 0.27 0.24 77.31 0.3 0.66
Hex B4 C3 8F 8 0 1B 18 4D 1E 42
Octal 264 303 217 10 0 33 30 115 36 102
Binary 10110100 11000011 10001111 1000 0 11011 11000 1001101 11110 1000010

Color Harmonies of #B4C38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C38F

Black with #B4C38F

Text Example


Text Example

White with #B4C38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C38F; }

 p { color: rgb(180,195,143); }

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

background-color css

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

 a { background-color: rgb(180,195,143); }

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

border-color css

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

 span { border-color: rgb(180,195,143); }

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