Html Css Color HEX #B6B38F Coriander

📋 copy color: '#B6B38F'

red 182 ◦ green 179 ◦ blue 143

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

Shades of Coriander #B6B38F

Tints of Coriander #B6B38F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.52%

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

R = 36.11%
G = 35.52%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B6B38F (or 0xB6B38F) is known color: Coriander. HEX triplet: B6, B3 and 8F. RGB value is (182,179,143). Sum of RGB (Red+Green+Blue) = 182+179+143=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B38F is #494C70. Grayscale: #AFAFAF. Windows color (decimal): -4803697 or 9417654. OLE color: 9417654.

HSL color Cylindrical-coordinate representation of color #B6B38F: hue angle of 55.38º 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 #B6B38F is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 179 143 -
CMYK 0 0.02 0.21 0.29
HSL 55.38º 0.21% 0.64% -
HSV(B) 55.38º 0.21% 0.71% -
XYZ 40.37 44.17 32.38 -
YUV 175.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 182 179 143 0 0.02 0.21 0.29 55.38 0.21 0.64
Hex B6 B3 8F 0 2 15 1D 37 15 40
Octal 266 263 217 0 2 25 35 67 25 100
Binary 10110110 10110011 10001111 0 10 10101 11101 110111 10101 1000000

Color Harmonies of #B6B38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B38F

Black with #B6B38F

Text Example


Text Example

White with #B6B38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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