Html Css Color HEX #BDB38D Coriander

📋 copy color: '#BDB38D'

red 189 ◦ green 179 ◦ blue 141

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

Shades of Coriander #BDB38D

Tints of Coriander #BDB38D

RGB

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

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

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

R = 37.13%
G = 35.17%
B = 27.7%

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

#BDB38D (or 0xBDB38D) is known color: Coriander. HEX triplet: BD, B3 and 8D. RGB value is (189,179,141). Sum of RGB (Red+Green+Blue) = 189+179+141=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB38D is #424C72. Grayscale: #B1B1B1. Windows color (decimal): -4344947 or 9286589. OLE color: 9286589.

HSL color Cylindrical-coordinate representation of color #BDB38D: hue angle of 47.5º 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 #BDB38D is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 141 -
CMYK 0 0.05 0.25 0.26
HSL 47.5º 0.27% 0.65% -
HSV(B) 47.5º 0.25% 0.74% -
XYZ 41.91 44.98 31.67 -
YUV 177.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 189 179 141 0 0.05 0.25 0.26 47.5 0.27 0.65
Hex BD B3 8D 0 5 19 1A 30 1B 41
Octal 275 263 215 0 5 31 32 60 33 101
Binary 10111101 10110011 10001101 0 101 11001 11010 110000 11011 1000001

Color Harmonies of #BDB38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB38D

Black with #BDB38D

Text Example


Text Example

White with #BDB38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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