Html Css Color HEX #B2B38B Coriander

📋 copy color: '#B2B38B'

red 178 ◦ green 179 ◦ blue 139

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

Shades of Coriander #B2B38B

Tints of Coriander #B2B38B

RGB

 RED value IS 178 (69.92% from 255) = 35.89%

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

 BLUE value IS 139 (54.69% from 255) = 28.02%

R = 35.89%
G = 36.09%
B = 28.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2B38B (or 0xB2B38B) is known color: Coriander. HEX triplet: B2, B3 and 8B. RGB value is (178,179,139). Sum of RGB (Red+Green+Blue) = 178+179+139=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B38B is #4D4C74. Grayscale: #AEAEAE. Windows color (decimal): -5065845 or 9155506. OLE color: 9155506.

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

Color convert

RGB 178 179 139 -
CMYK 0.01 0 0.22 0.30
HSL 61.5º 0.21% 0.62% -
HSV(B) 61.5º 0.22% 0.7% -
XYZ 39.14 43.57 30.77 -
YUV 174.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 178 179 139 0.01 0 0.22 0.30 61.5 0.21 0.62
Hex B2 B3 8B 1 0 16 1E 3E 15 3E
Octal 262 263 213 1 0 26 36 76 25 76
Binary 10110010 10110011 10001011 1 0 10110 11110 111110 10101 111110

Color Harmonies of #B2B38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B38B

Black with #B2B38B

Text Example


Text Example

White with #B2B38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B38B; }

 p { color: rgb(178,179,139); }

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

background-color css

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

 a { background-color: rgb(178,179,139); }

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

border-color css

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

 span { border-color: rgb(178,179,139); }

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