Html Css Color HEX #BDB38E Coriander

📋 copy color: '#BDB38E'

red 189 ◦ green 179 ◦ blue 142

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

Shades of Coriander #BDB38E

Tints of Coriander #BDB38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.84%

R = 37.06%
G = 35.1%
B = 27.84%

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

#BDB38E (or 0xBDB38E) is known color: Coriander. HEX triplet: BD, B3 and 8E. RGB value is (189,179,142). Sum of RGB (Red+Green+Blue) = 189+179+142=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB38E is #424C71. Grayscale: #B1B1B1. Windows color (decimal): -4344946 or 9352125. OLE color: 9352125.

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

Color convert

RGB 189 179 142 -
CMYK 0 0.05 0.25 0.26
HSL 47.23º 0.26% 0.65% -
HSV(B) 47.23º 0.25% 0.74% -
XYZ 41.99 45.01 32.07 -
YUV 177.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 189 179 142 0 0.05 0.25 0.26 47.23 0.26 0.65
Hex BD B3 8E 0 5 19 1A 2F 1A 41
Octal 275 263 216 0 5 31 32 57 32 101
Binary 10111101 10110011 10001110 0 101 11001 11010 101111 11010 1000001

Color Harmonies of #BDB38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB38E

Black with #BDB38E

Text Example


Text Example

White with #BDB38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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