Html Css Color HEX #B6B68F Coriander

📋 copy color: '#B6B68F'

red 182 ◦ green 182 ◦ blue 143

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

Shades of Coriander #B6B68F

Tints of Coriander #B6B68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.21%

R = 35.9%
G = 35.9%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B6B68F (or 0xB6B68F) is known color: Coriander. HEX triplet: B6, B6 and 8F. RGB value is (182,182,143). Sum of RGB (Red+Green+Blue) = 182+182+143=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B68F is #494970. Grayscale: #B1B1B1. Windows color (decimal): -4802929 or 9418422. OLE color: 9418422.

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

Color convert

RGB 182 182 143 -
CMYK 0 0 0.21 0.29
HSL 60º 0.21% 0.64% -
HSV(B) 60º 0.21% 0.71% -
XYZ 40.98 45.38 32.59 -
YUV 177.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 182 182 143 0 0 0.21 0.29 60 0.21 0.64
Hex B6 B6 8F 0 0 15 1D 3C 15 40
Octal 266 266 217 0 0 25 35 74 25 100
Binary 10110110 10110110 10001111 0 0 10101 11101 111100 10101 1000000

Color Harmonies of #B6B68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B68F

Black with #B6B68F

Text Example


Text Example

White with #B6B68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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