Html Css Color HEX #BFBC8A Coriander

📋 copy color: '#BFBC8A'

red 191 ◦ green 188 ◦ blue 138

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

Shades of Coriander #BFBC8A

Tints of Coriander #BFBC8A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.36%

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

R = 36.94%
G = 36.36%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BFBC8A (or 0xBFBC8A) is known color: Coriander. HEX triplet: BF, BC and 8A. RGB value is (191,188,138). Sum of RGB (Red+Green+Blue) = 191+188+138=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC8A is #404375. Grayscale: #B7B7B7. Windows color (decimal): -4211574 or 9092287. OLE color: 9092287.

HSL color Cylindrical-coordinate representation of color #BFBC8A: hue angle of 56.6º 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 #BFBC8A is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 188 138 -
CMYK 0 0.02 0.28 0.25
HSL 56.6º 0.29% 0.65% -
HSV(B) 56.6º 0.28% 0.75% -
XYZ 44.06 48.88 31.16 -
YUV 183.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 191 188 138 0 0.02 0.28 0.25 56.6 0.29 0.65
Hex BF BC 8A 0 2 1C 19 39 1D 41
Octal 277 274 212 0 2 34 31 71 35 101
Binary 10111111 10111100 10001010 0 10 11100 11001 111001 11101 1000001

Color Harmonies of #BFBC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC8A

Black with #BFBC8A

Text Example


Text Example

White with #BFBC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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