Html Css Color HEX #B4B186 Coriander

📋 copy color: '#B4B186'

red 180 ◦ green 177 ◦ blue 134

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

Shades of Coriander #B4B186

Tints of Coriander #B4B186

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.05%

 BLUE value IS 134 (52.73% from 255) = 27.29%

R = 36.66%
G = 36.05%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B4B186 (or 0xB4B186) is known color: Coriander. HEX triplet: B4, B1 and 86. RGB value is (180,177,134). Sum of RGB (Red+Green+Blue) = 180+177+134=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B186 is #4B4E79. Grayscale: #ADADAD. Windows color (decimal): -4935290 or 8827316. OLE color: 8827316.

HSL color Cylindrical-coordinate representation of color #B4B186: hue angle of 56.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4B186 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 177 134 -
CMYK 0 0.02 0.26 0.29
HSL 56.09º 0.23% 0.62% -
HSV(B) 56.09º 0.26% 0.71% -
XYZ 38.85 42.87 28.78 -
YUV 173 105.99 133 -
System Red Green Blue C M Y K H S L
Decimal 180 177 134 0 0.02 0.26 0.29 56.09 0.23 0.62
Hex B4 B1 86 0 2 1A 1D 38 17 3E
Octal 264 261 206 0 2 32 35 70 27 76
Binary 10110100 10110001 10000110 0 10 11010 11101 111000 10111 111110

Color Harmonies of #B4B186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B186

Black with #B4B186

Text Example


Text Example

White with #B4B186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B186; }

 p { color: rgb(180,177,134); }

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

background-color css

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

 a { background-color: rgb(180,177,134); }

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

border-color css

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

 span { border-color: rgb(180,177,134); }

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