Html Css Color HEX #B4B285 Coriander

📋 copy color: '#B4B285'

red 180 ◦ green 178 ◦ blue 133

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

Shades of Coriander #B4B285

Tints of Coriander #B4B285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.09%

R = 36.66%
G = 36.25%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B4B285 (or 0xB4B285) is known color: Coriander. HEX triplet: B4, B2 and 85. RGB value is (180,178,133). Sum of RGB (Red+Green+Blue) = 180+178+133=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B285 is #4B4D7A. Grayscale: #ADADAD. Windows color (decimal): -4935035 or 8762036. OLE color: 8762036.

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

Color convert

RGB 180 178 133 -
CMYK 0 0.01 0.26 0.29
HSL 57.45º 0.24% 0.61% -
HSV(B) 57.45º 0.26% 0.71% -
XYZ 38.98 43.24 28.48 -
YUV 173.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 180 178 133 0 0.01 0.26 0.29 57.45 0.24 0.61
Hex B4 B2 85 0 1 1A 1D 39 18 3D
Octal 264 262 205 0 1 32 35 71 30 75
Binary 10110100 10110010 10000101 0 1 11010 11101 111001 11000 111101

Color Harmonies of #B4B285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B285

Black with #B4B285

Text Example


Text Example

White with #B4B285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B285; }

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

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

background-color css

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

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

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

border-color css

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

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

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