Html Css Color HEX #B4B28D Coriander

📋 copy color: '#B4B28D'

red 180 ◦ green 178 ◦ blue 141

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

Shades of Coriander #B4B28D

Tints of Coriander #B4B28D

RGB

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

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

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

R = 36.07%
G = 35.67%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4B28D (or 0xB4B28D) is known color: Coriander. HEX triplet: B4, B2 and 8D. RGB value is (180,178,141). Sum of RGB (Red+Green+Blue) = 180+178+141=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B28D is #4B4D72. Grayscale: #AEAEAE. Windows color (decimal): -4935027 or 9286324. OLE color: 9286324.

HSL color Cylindrical-coordinate representation of color #B4B28D: hue angle of 56.92º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4B28D is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 178 141 -
CMYK 0 0.01 0.22 0.29
HSL 56.92º 0.21% 0.63% -
HSV(B) 56.92º 0.22% 0.71% -
XYZ 39.55 43.47 31.5 -
YUV 174.38 109.16 132.01 -
System Red Green Blue C M Y K H S L
Decimal 180 178 141 0 0.01 0.22 0.29 56.92 0.21 0.63
Hex B4 B2 8D 0 1 16 1D 39 15 3F
Octal 264 262 215 0 1 26 35 71 25 77
Binary 10110100 10110010 10001101 0 1 10110 11101 111001 10101 111111

Color Harmonies of #B4B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B28D

Black with #B4B28D

Text Example


Text Example

White with #B4B28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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