Html Css Color HEX #B6B281 Coriander

📋 copy color: '#B6B281'

red 182 ◦ green 178 ◦ blue 129

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

Shades of Coriander #B6B281

Tints of Coriander #B6B281

RGB

 RED value IS 182 (71.48% from 255) = 37.22%

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

 BLUE value IS 129 (50.78% from 255) = 26.38%

R = 37.22%
G = 36.4%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B6B281 (or 0xB6B281) is known color: Coriander. HEX triplet: B6, B2 and 81. RGB value is (182,178,129). Sum of RGB (Red+Green+Blue) = 182+178+129=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B281 is #494D7E. Grayscale: #ADADAD. Windows color (decimal): -4803967 or 8499894. OLE color: 8499894.

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

Color convert

RGB 182 178 129 -
CMYK 0 0.02 0.29 0.29
HSL 55.47º 0.27% 0.61% -
HSV(B) 55.47º 0.29% 0.71% -
XYZ 39.17 43.37 27.08 -
YUV 173.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 182 178 129 0 0.02 0.29 0.29 55.47 0.27 0.61
Hex B6 B2 81 0 2 1D 1D 37 1B 3D
Octal 266 262 201 0 2 35 35 67 33 75
Binary 10110110 10110010 10000001 0 10 11101 11101 110111 11011 111101

Color Harmonies of #B6B281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B281

Black with #B6B281

Text Example


Text Example

White with #B6B281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B281; }

 p { color: rgb(182,178,129); }

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

background-color css

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

 a { background-color: rgb(182,178,129); }

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

border-color css

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

 span { border-color: rgb(182,178,129); }

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