Html Css Color HEX #B1B28C Coriander

📋 copy color: '#B1B28C'

red 177 ◦ green 178 ◦ blue 140

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

Shades of Coriander #B1B28C

Tints of Coriander #B1B28C

RGB

 RED value IS 177 (69.53% from 255) = 35.76%

 GREEN value IS 178 (69.92% from 255) = 35.96%

 BLUE value IS 140 (55.08% from 255) = 28.28%

R = 35.76%
G = 35.96%
B = 28.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B1B28C (or 0xB1B28C) is known color: Coriander. HEX triplet: B1, B2 and 8C. RGB value is (177,178,140). Sum of RGB (Red+Green+Blue) = 177+178+140=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B28C is #4E4D73. Grayscale: #ADADAD. Windows color (decimal): -5131636 or 9220785. OLE color: 9220785.

HSL color Cylindrical-coordinate representation of color #B1B28C: hue angle of 61.58º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1B28C is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 178 140 -
CMYK 0.01 0 0.21 0.30
HSL 61.58º 0.2% 0.62% -
HSV(B) 61.58º 0.21% 0.7% -
XYZ 38.79 43.08 31.08 -
YUV 173.37 109.17 130.59 -
System Red Green Blue C M Y K H S L
Decimal 177 178 140 0.01 0 0.21 0.30 61.58 0.2 0.62
Hex B1 B2 8C 1 0 15 1E 3E 14 3E
Octal 261 262 214 1 0 25 36 76 24 76
Binary 10110001 10110010 10001100 1 0 10101 11110 111110 10100 111110

Color Harmonies of #B1B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B28C

Black with #B1B28C

Text Example


Text Example

White with #B1B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B28C; }

 p { color: rgb(177,178,140); }

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

background-color css

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

 a { background-color: rgb(177,178,140); }

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

border-color css

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

 span { border-color: rgb(177,178,140); }

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