Html Css Color HEX #B6B68D Coriander

📋 copy color: '#B6B68D'

red 182 ◦ green 182 ◦ blue 141

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

Shades of Coriander #B6B68D

Tints of Coriander #B6B68D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.04%

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

R = 36.04%
G = 36.04%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6B68D (or 0xB6B68D) is known color: Coriander. HEX triplet: B6, B6 and 8D. RGB value is (182,182,141). Sum of RGB (Red+Green+Blue) = 182+182+141=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B68D is #494972. Grayscale: #B1B1B1. Windows color (decimal): -4802931 or 9287350. OLE color: 9287350.

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

Color convert

RGB 182 182 141 -
CMYK 0 0 0.23 0.29
HSL 60º 0.22% 0.63% -
HSV(B) 60º 0.23% 0.71% -
XYZ 40.83 45.32 31.8 -
YUV 177.33 107.5 131.33 -
System Red Green Blue C M Y K H S L
Decimal 182 182 141 0 0 0.23 0.29 60 0.22 0.63
Hex B6 B6 8D 0 0 17 1D 3C 16 3F
Octal 266 266 215 0 0 27 35 74 26 77
Binary 10110110 10110110 10001101 0 0 10111 11101 111100 10110 111111

Color Harmonies of #B6B68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B68D

Black with #B6B68D

Text Example


Text Example

White with #B6B68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B68D; }

 p { color: rgb(182,182,141); }

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

background-color css

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

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

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

border-color css

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

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

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