Html Css Color HEX #BDBB8B Coriander

📋 copy color: '#BDBB8B'

red 189 ◦ green 187 ◦ blue 139

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

Shades of Coriander #BDBB8B

Tints of Coriander #BDBB8B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.31%

 BLUE value IS 139 (54.69% from 255) = 26.99%

R = 36.7%
G = 36.31%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BDBB8B (or 0xBDBB8B) is known color: Coriander. HEX triplet: BD, BB and 8B. RGB value is (189,187,139). Sum of RGB (Red+Green+Blue) = 189+187+139=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB8B is #424474. Grayscale: #B6B6B6. Windows color (decimal): -4342901 or 9157565. OLE color: 9157565.

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

Color convert

RGB 189 187 139 -
CMYK 0 0.01 0.26 0.26
HSL 57.6º 0.27% 0.64% -
HSV(B) 57.6º 0.26% 0.74% -
XYZ 43.42 48.22 31.45 -
YUV 182.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 189 187 139 0 0.01 0.26 0.26 57.6 0.27 0.64
Hex BD BB 8B 0 1 1A 1A 3A 1B 40
Octal 275 273 213 0 1 32 32 72 33 100
Binary 10111101 10111011 10001011 0 1 11010 11010 111010 11011 1000000

Color Harmonies of #BDBB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB8B

Black with #BDBB8B

Text Example


Text Example

White with #BDBB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB8B; }

 p { color: rgb(189,187,139); }

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

background-color css

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

 a { background-color: rgb(189,187,139); }

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

border-color css

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

 span { border-color: rgb(189,187,139); }

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