Html Css Color HEX #BFBA8A Coriander

📋 copy color: '#BFBA8A'

red 191 ◦ green 186 ◦ blue 138

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

Shades of Coriander #BFBA8A

Tints of Coriander #BFBA8A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.12%

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

R = 37.09%
G = 36.12%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BFBA8A (or 0xBFBA8A) is known color: Coriander. HEX triplet: BF, BA and 8A. RGB value is (191,186,138). Sum of RGB (Red+Green+Blue) = 191+186+138=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA8A is #404575. Grayscale: #B6B6B6. Windows color (decimal): -4212086 or 9091775. OLE color: 9091775.

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

Color convert

RGB 191 186 138 -
CMYK 0 0.03 0.28 0.25
HSL 54.34º 0.29% 0.65% -
HSV(B) 54.34º 0.28% 0.75% -
XYZ 43.63 48.03 31.02 -
YUV 182.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 191 186 138 0 0.03 0.28 0.25 54.34 0.29 0.65
Hex BF BA 8A 0 3 1C 19 36 1D 41
Octal 277 272 212 0 3 34 31 66 35 101
Binary 10111111 10111010 10001010 0 11 11100 11001 110110 11101 1000001

Color Harmonies of #BFBA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA8A

Black with #BFBA8A

Text Example


Text Example

White with #BFBA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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