Html Css Color HEX #BDB48D Coriander

📋 copy color: '#BDB48D'

red 189 ◦ green 180 ◦ blue 141

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

Shades of Coriander #BDB48D

Tints of Coriander #BDB48D

RGB

 RED value IS 189 (74.22% from 255) = 37.06%

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

 BLUE value IS 141 (55.47% from 255) = 27.65%

R = 37.06%
G = 35.29%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BDB48D (or 0xBDB48D) is known color: Coriander. HEX triplet: BD, B4 and 8D. RGB value is (189,180,141). Sum of RGB (Red+Green+Blue) = 189+180+141=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB48D is #424B72. Grayscale: #B2B2B2. Windows color (decimal): -4344691 or 9286845. OLE color: 9286845.

HSL color Cylindrical-coordinate representation of color #BDB48D: hue angle of 48.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDB48D is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 141 -
CMYK 0 0.05 0.25 0.26
HSL 48.75º 0.27% 0.65% -
HSV(B) 48.75º 0.25% 0.74% -
XYZ 42.12 45.38 31.74 -
YUV 178.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 189 180 141 0 0.05 0.25 0.26 48.75 0.27 0.65
Hex BD B4 8D 0 5 19 1A 31 1B 41
Octal 275 264 215 0 5 31 32 61 33 101
Binary 10111101 10110100 10001101 0 101 11001 11010 110001 11011 1000001

Color Harmonies of #BDB48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB48D

Black with #BDB48D

Text Example


Text Example

White with #BDB48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB48D; }

 p { color: rgb(189,180,141); }

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

background-color css

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

 a { background-color: rgb(189,180,141); }

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

border-color css

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

 span { border-color: rgb(189,180,141); }

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