Html Css Color HEX #B3B08A Coriander

📋 copy color: '#B3B08A'

red 179 ◦ green 176 ◦ blue 138

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

Shades of Coriander #B3B08A

Tints of Coriander #B3B08A

RGB

 RED value IS 179 (70.31% from 255) = 36.31%

 GREEN value IS 176 (69.14% from 255) = 35.7%

 BLUE value IS 138 (54.3% from 255) = 27.99%

R = 36.31%
G = 35.7%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3B08A (or 0xB3B08A) is known color: Coriander. HEX triplet: B3, B0 and 8A. RGB value is (179,176,138). Sum of RGB (Red+Green+Blue) = 179+176+138=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B08A is #4C4F75. Grayscale: #ACACAC. Windows color (decimal): -5001078 or 9089203. OLE color: 9089203.

HSL color Cylindrical-coordinate representation of color #B3B08A: hue angle of 55.61º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3B08A is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 176 138 -
CMYK 0 0.02 0.23 0.30
HSL 55.61º 0.21% 0.62% -
HSV(B) 55.61º 0.23% 0.7% -
XYZ 38.7 42.47 30.2 -
YUV 172.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 179 176 138 0 0.02 0.23 0.30 55.61 0.21 0.62
Hex B3 B0 8A 0 2 17 1E 38 15 3E
Octal 263 260 212 0 2 27 36 70 25 76
Binary 10110011 10110000 10001010 0 10 10111 11110 111000 10101 111110

Color Harmonies of #B3B08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B08A

Black with #B3B08A

Text Example


Text Example

White with #B3B08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B08A; }

 p { color: rgb(179,176,138); }

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

background-color css

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

 a { background-color: rgb(179,176,138); }

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

border-color css

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

 span { border-color: rgb(179,176,138); }

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