Html Css Color HEX #B8B48A Coriander

📋 copy color: '#B8B48A'

red 184 ◦ green 180 ◦ blue 138

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

Shades of Coriander #B8B48A

Tints of Coriander #B8B48A

RGB

 RED value IS 184 (72.27% from 255) = 36.65%

 GREEN value IS 180 (70.7% from 255) = 35.86%

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

R = 36.65%
G = 35.86%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8B48A (or 0xB8B48A) is known color: Coriander. HEX triplet: B8, B4 and 8A. RGB value is (184,180,138). Sum of RGB (Red+Green+Blue) = 184+180+138=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B48A is #474B75. Grayscale: #B0B0B0. Windows color (decimal): -4672374 or 9090232. OLE color: 9090232.

HSL color Cylindrical-coordinate representation of color #B8B48A: hue angle of 54.78º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8B48A is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 180 138 -
CMYK 0 0.02 0.25 0.28
HSL 54.78º 0.24% 0.63% -
HSV(B) 54.78º 0.25% 0.72% -
XYZ 40.68 44.67 30.52 -
YUV 176.41 106.33 133.42 -
System Red Green Blue C M Y K H S L
Decimal 184 180 138 0 0.02 0.25 0.28 54.78 0.24 0.63
Hex B8 B4 8A 0 2 19 1C 37 18 3F
Octal 270 264 212 0 2 31 34 67 30 77
Binary 10111000 10110100 10001010 0 10 11001 11100 110111 11000 111111

Color Harmonies of #B8B48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B48A

Black with #B8B48A

Text Example


Text Example

White with #B8B48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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