Html Css Color HEX #BDB48F Coriander

📋 copy color: '#BDB48F'

red 189 ◦ green 180 ◦ blue 143

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

Shades of Coriander #BDB48F

Tints of Coriander #BDB48F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.93%

R = 36.91%
G = 35.16%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BDB48F (or 0xBDB48F) is known color: Coriander. HEX triplet: BD, B4 and 8F. RGB value is (189,180,143). Sum of RGB (Red+Green+Blue) = 189+180+143=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB48F is #424B70. Grayscale: #B2B2B2. Windows color (decimal): -4344689 or 9417917. OLE color: 9417917.

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

Color convert

RGB 189 180 143 -
CMYK 0 0.05 0.24 0.26
HSL 48.26º 0.26% 0.65% -
HSV(B) 48.26º 0.24% 0.74% -
XYZ 42.27 45.44 32.53 -
YUV 178.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 189 180 143 0 0.05 0.24 0.26 48.26 0.26 0.65
Hex BD B4 8F 0 5 18 1A 30 1A 41
Octal 275 264 217 0 5 30 32 60 32 101
Binary 10111101 10110100 10001111 0 101 11000 11010 110000 11010 1000001

Color Harmonies of #BDB48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB48F

Black with #BDB48F

Text Example


Text Example

White with #BDB48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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