Html Css Color HEX #BDB58A Coriander

📋 copy color: '#BDB58A'

red 189 ◦ green 181 ◦ blue 138

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

Shades of Coriander #BDB58A

Tints of Coriander #BDB58A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.63%

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

R = 37.2%
G = 35.63%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BDB58A (or 0xBDB58A) is known color: Coriander. HEX triplet: BD, B5 and 8A. RGB value is (189,181,138). Sum of RGB (Red+Green+Blue) = 189+181+138=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB58A is #424A75. Grayscale: #B2B2B2. Windows color (decimal): -4344438 or 9090493. OLE color: 9090493.

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

Color convert

RGB 189 181 138 -
CMYK 0 0.04 0.27 0.26
HSL 50.59º 0.28% 0.64% -
HSV(B) 50.59º 0.27% 0.74% -
XYZ 42.1 45.7 30.65 -
YUV 178.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 189 181 138 0 0.04 0.27 0.26 50.59 0.28 0.64
Hex BD B5 8A 0 4 1B 1A 33 1C 40
Octal 275 265 212 0 4 33 32 63 34 100
Binary 10111101 10110101 10001010 0 100 11011 11010 110011 11100 1000000

Color Harmonies of #BDB58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB58A

Black with #BDB58A

Text Example


Text Example

White with #BDB58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB58A; }

 p { color: rgb(189,181,138); }

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

background-color css

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

 a { background-color: rgb(189,181,138); }

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

border-color css

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

 span { border-color: rgb(189,181,138); }

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