Html Css Color HEX #BFBD8A Coriander

📋 copy color: '#BFBD8A'

red 191 ◦ green 189 ◦ blue 138

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

Shades of Coriander #BFBD8A

Tints of Coriander #BFBD8A

RGB

 RED value IS 191 (75% from 255) = 36.87%

 GREEN value IS 189 (74.22% from 255) = 36.49%

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

R = 36.87%
G = 36.49%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BFBD8A (or 0xBFBD8A) is known color: Coriander. HEX triplet: BF, BD and 8A. RGB value is (191,189,138). Sum of RGB (Red+Green+Blue) = 191+189+138=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBD8A is #404275. Grayscale: #B7B7B7. Windows color (decimal): -4211318 or 9092543. OLE color: 9092543.

HSL color Cylindrical-coordinate representation of color #BFBD8A: hue angle of 57.74º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFBD8A is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 189 138 -
CMYK 0 0.01 0.28 0.25
HSL 57.74º 0.29% 0.65% -
HSV(B) 57.74º 0.28% 0.75% -
XYZ 44.27 49.31 31.23 -
YUV 183.78 102.16 133.15 -
System Red Green Blue C M Y K H S L
Decimal 191 189 138 0 0.01 0.28 0.25 57.74 0.29 0.65
Hex BF BD 8A 0 1 1C 19 3A 1D 41
Octal 277 275 212 0 1 34 31 72 35 101
Binary 10111111 10111101 10001010 0 1 11100 11001 111010 11101 1000001

Color Harmonies of #BFBD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD8A

Black with #BFBD8A

Text Example


Text Example

White with #BFBD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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