Html Css Color HEX #B4B08A Coriander

📋 copy color: '#B4B08A'

red 180 ◦ green 176 ◦ blue 138

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

Shades of Coriander #B4B08A

Tints of Coriander #B4B08A

RGB

 RED value IS 180 (70.7% from 255) = 36.44%

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

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

R = 36.44%
G = 35.63%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4B08A (or 0xB4B08A) is known color: Coriander. HEX triplet: B4, B0 and 8A. RGB value is (180,176,138). Sum of RGB (Red+Green+Blue) = 180+176+138=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B08A is #4B4F75. Grayscale: #ADADAD. Windows color (decimal): -4935542 or 9089204. OLE color: 9089204.

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

Color convert

RGB 180 176 138 -
CMYK 0 0.02 0.23 0.29
HSL 54.29º 0.22% 0.62% -
HSV(B) 54.29º 0.23% 0.71% -
XYZ 38.94 42.59 30.21 -
YUV 172.86 108.33 133.09 -
System Red Green Blue C M Y K H S L
Decimal 180 176 138 0 0.02 0.23 0.29 54.29 0.22 0.62
Hex B4 B0 8A 0 2 17 1D 36 16 3E
Octal 264 260 212 0 2 27 35 66 26 76
Binary 10110100 10110000 10001010 0 10 10111 11101 110110 10110 111110

Color Harmonies of #B4B08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B08A

Black with #B4B08A

Text Example


Text Example

White with #B4B08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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