Html Css Color HEX #B4BAA1 Beryl Green

📋 copy color: '#B4BAA1'

red 180 ◦ green 186 ◦ blue 161

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

Shades of Beryl Green #B4BAA1

Tints of Beryl Green #B4BAA1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.29%

 BLUE value IS 161 (63.28% from 255) = 30.55%

R = 34.16%
G = 35.29%
B = 30.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B4BAA1 (or 0xB4BAA1) is known color: Beryl Green. HEX triplet: B4, BA and A1. RGB value is (180,186,161). Sum of RGB (Red+Green+Blue) = 180+186+161=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BAA1 is #4B455E. Grayscale: #B5B5B5. Windows color (decimal): -4932959 or 10599092. OLE color: 10599092.

HSL color Cylindrical-coordinate representation of color #B4BAA1: hue angle of 74.4º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4BAA1 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 186 161 -
CMYK 0.03 0 0.13 0.27
HSL 74.4º 0.15% 0.68% -
HSV(B) 74.4º 0.13% 0.73% -
XYZ 42.81 47.39 40.61 -
YUV 181.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 180 186 161 0.03 0 0.13 0.27 74.4 0.15 0.68
Hex B4 BA A1 3 0 D 1B 4A F 44
Octal 264 272 241 3 0 15 33 112 17 104
Binary 10110100 10111010 10100001 11 0 1101 11011 1001010 1111 1000100

Color Harmonies of #B4BAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BAA1

Black with #B4BAA1

Text Example


Text Example

White with #B4BAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BAA1; }

 p { color: rgb(180,186,161); }

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

background-color css

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

 a { background-color: rgb(180,186,161); }

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

border-color css

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

 span { border-color: rgb(180,186,161); }

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